forked from firka/flutter
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:
@@ -662,6 +662,7 @@ public class FlutterFragmentActivity extends FragmentActivity
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("MissingSuperCall")
|
||||
public void onBackPressed() {
|
||||
flutterFragment.onBackPressed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user