-
Notifications
You must be signed in to change notification settings - Fork 115
pressing the back button, and then reopening causes hang #172
Comments
That is unfortunately a consequence of the bad model of execution of winit. |
Hmm this also happens with the basic example even without using winit. |
Yes, this crate was more or less designed in order to be used directly by winit (or rather glutin at the time). Therefore the design decisions of winit/glutin impacted it in a negative way. |
The main problem here is that Android is free to call I'm currently working on the EventLoop 2.0 Android implementation, and as part of that re-writing a lot of the glue. This includes changes such as a local version of Don't require the thread to die during
|
This is fixed by #223, which calls |
Pressing the android "back" button, and then opening the app again either by icon, or process list, causes the app to hang, or say "app has stopped"
The text was updated successfully, but these errors were encountered: