Skip to content

Commit

Permalink
Add @keep annotation to FlutterMutatorsStack (#19560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Garcia authored Jul 7, 2020
1 parent fd54e75 commit 0e9b250
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import android.graphics.Path;
import android.graphics.Rect;
import android.graphics.RectF;
import androidx.annotation.Keep;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import java.util.ArrayList;
Expand All @@ -20,6 +21,7 @@
* series mutations. See {@link io.flutter.embedding.engine.mutatorsstack.Mutator} for informations
* on Mutators.
*/
@Keep
public class FlutterMutatorsStack {
/**
* The type of a Mutator See {@link io.flutter.embedding.engine.mutatorsstack.Mutator} for
Expand Down

0 comments on commit 0e9b250

Please sign in to comment.