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:
Reid Baker
2023-03-29 15:20:28 -04:00
committed by GitHub
parent 7ad6e39bf8
commit 48259c2b4d

View File

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