Skip to content

Commit 0e9b250

Browse files
author
Emmanuel Garcia
authored
Add @keep annotation to FlutterMutatorsStack (flutter#19560)
1 parent fd54e75 commit 0e9b250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shell/platform/android/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorsStack.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import android.graphics.Path;
99
import android.graphics.Rect;
1010
import android.graphics.RectF;
11+
import androidx.annotation.Keep;
1112
import androidx.annotation.NonNull;
1213
import androidx.annotation.Nullable;
1314
import java.util.ArrayList;
@@ -20,6 +21,7 @@
2021
* series mutations. See {@link io.flutter.embedding.engine.mutatorsstack.Mutator} for informations
2122
* on Mutators.
2223
*/
24+
@Keep
2325
public class FlutterMutatorsStack {
2426
/**
2527
* The type of a Mutator See {@link io.flutter.embedding.engine.mutatorsstack.Mutator} for

0 commit comments

Comments
 (0)