diff --git a/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java b/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java index b483ae9fd..2aa0d131f 100644 --- a/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java +++ b/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java @@ -101,6 +101,12 @@ public class FlutterFragmentActivity super.onBackPressed(); } } + + @Override + protected void onStart() { + super.onStart(); + eventDelegate.onStart(); + } @Override protected void onStop() {