mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Suppress warning for the new Activity library. (flutter/engine#49046)
Context: cl/582573869
This commit is contained in:
parent
d036f2a352
commit
2363abacfe
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user