diff --git a/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java b/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java index 2aa0d131f8877..ef3f19b9f946c 100644 --- a/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java +++ b/shell/platform/android/io/flutter/app/FlutterFragmentActivity.java @@ -101,7 +101,7 @@ public void onBackPressed() { super.onBackPressed(); } } - + @Override protected void onStart() { super.onStart(); @@ -141,6 +141,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) { @Override protected void onNewIntent(Intent intent) { + super.onNewIntent(intent); eventDelegate.onNewIntent(intent); }