diff --git a/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java b/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java index b483ae9fd1e9637187e3cd0b387fb32d8c68be52..2aa0d131f8877917e1a253a0d913442992e4a143 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() {