mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Reading the Android docs, it sounds like an android.view.View can re-attach to the window after detaching. Previously, we destroyed the engine when we detached from the window. Now we wait for the activity to be destroyed. Hopefully fixes #997