Suppress warning for the new Activity library. (flutter/engine#49046)
Context: cl/582573869
This commit is contained in:
@@ -151,6 +151,7 @@ public class FlutterFragmentActivity extends FragmentActivity
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("MissingSuperCall")
|
||||
public void onUserLeaveHint() {
|
||||
eventDelegate.onUserLeaveHint();
|
||||
}
|
||||
|
||||
@@ -636,6 +636,7 @@ public class FlutterFragmentActivity extends FragmentActivity
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("MissingSuperCall")
|
||||
public void onUserLeaveHint() {
|
||||
flutterFragment.onUserLeaveHint();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user