Suppress warning for the new Activity library. (flutter/engine#49046)

Context: cl/582573869
This commit is contained in:
Lau Ching Jun 2023-12-14 15:09:54 -08:00 committed by GitHub
parent d036f2a352
commit 2363abacfe
2 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,7 @@ public class FlutterFragmentActivity extends FragmentActivity
}
@Override
@SuppressWarnings("MissingSuperCall")
public void onUserLeaveHint() {
eventDelegate.onUserLeaveHint();
}

View File

@ -636,6 +636,7 @@ public class FlutterFragmentActivity extends FragmentActivity
}
@Override
@SuppressWarnings("MissingSuperCall")
public void onUserLeaveHint() {
flutterFragment.onUserLeaveHint();
}