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

Commit 8312cd7

Browse files
Made FlutterEngineAndroidLifecycle final.
1 parent ca0f498 commit 8312cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/android/io/flutter/embedding/engine/FlutterEngineAndroidLifecycle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* default {@link Lifecycle.State#CREATED} state until some other backing {@link Lifecycle} is
3434
* registered.
3535
*/
36-
class FlutterEngineAndroidLifecycle extends LifecycleRegistry {
36+
final class FlutterEngineAndroidLifecycle extends LifecycleRegistry {
3737
private static final String TAG = "FlutterEngineAndroidLifecycle";
3838

3939
@Nullable

0 commit comments

Comments
 (0)