App crashes on Android when flutter is reattached to engine #221
Labels
bug
Something isn't working
fixed-in-v4.5.1
flutter
Affect flutter platform
v4.5
Affects v4.5 release
Description
A crash occurs on Android when flutter is reattached to engine.
Expected behavior
There should not be any crash.
Current behavior
Application crashes.
To Reproduce
Steps to reproduce the crash:
Logs
Environment
Other
Solution should be not to call
flutterPluginBinding = null;
fromonDetachedFromActivity
, but to call it fromonDetachedFromEngine
.The text was updated successfully, but these errors were encountered: