Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 636b12c

Browse files
authored
Suppress warning for the new Activity library. (#49046)
Context: cl/582573869
1 parent 0b0fab8 commit 636b12c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

shell/platform/android/io/flutter/app/FlutterFragmentActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ protected void onNewIntent(Intent intent) {
151151
}
152152

153153
@Override
154+
@SuppressWarnings("MissingSuperCall")
154155
public void onUserLeaveHint() {
155156
eventDelegate.onUserLeaveHint();
156157
}

shell/platform/android/io/flutter/embedding/android/FlutterFragmentActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ public void onRequestPermissionsResult(
636636
}
637637

638638
@Override
639+
@SuppressWarnings("MissingSuperCall")
639640
public void onUserLeaveHint() {
640641
flutterFragment.onUserLeaveHint();
641642
}

0 commit comments

Comments
 (0)