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
Details
comments out "flutterJNI.detachFromNativeAndReleaseResources();" in FlutterEngine.destory helps fix @@@@@this.
Steps to Reproduce
Expected results:
User can continue interact with Activity1
Actual results:
User can not continue interact with Activity1
Details
comments out "flutterJNI.detachFromNativeAndReleaseResources();" in FlutterEngine.destory helps fix @@@@@this.