mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Supress warning for missing super call onBackPressed cl/516851539 (flutter/engine#40757)
Suppress warning for missing super call onBackPressed cl/516851539
This commit is contained in:
parent
7ad6e39bf8
commit
48259c2b4d
@ -662,6 +662,7 @@ public class FlutterFragmentActivity extends FragmentActivity
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("MissingSuperCall")
|
||||
public void onBackPressed() {
|
||||
flutterFragment.onBackPressed();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user