-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
flutter/engine
#24644Labels
a: existing-appsIntegration with existing apps via the add-to-app flowIntegration with existing apps via the add-to-app flowengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
Steps to Reproduce
- User FlutterEngineGroup create new flutter engine
- Say we have Activity1 associated with flutter engine 1, Activity2 associated with flutter engine 2
- when user open the app, Activity1 is created and it create flutter engine 1 to render the view
- user interact with Activity1 to open Activity2
- Activity2 is created and it created flutter engine 2 to render view
- user navigate back
- Activity2 is destroy triggering flutter enige 2 destroy
- User back to Activity1
- User interact with Activity1 and no any response
Expected results:
User can continue interact with Activity1
Actual results:
User can not continue interact with Activity1
comments out "flutterJNI.detachFromNativeAndReleaseResources();" in FlutterEngine.destory helps fix @@@@@this.
Metadata
Metadata
Assignees
Labels
a: existing-appsIntegration with existing apps via the add-to-app flowIntegration with existing apps via the add-to-app flowengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-androidAndroid applications specificallyAndroid applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version