-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dealing with Android Activity Lifecycle #904
Comments
Yes I would like to know as well. When I minimize the app and re open it, I just have a blank screen. Does the display need to be rebuilt based off of the Suspend Event? |
The GL context is destroyed and every GL resource has to be initialized again. |
8 tasks
Out of scope for glutin. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the recommended way to handle a paused activity?
The problem is that it is not allowed to swap buffers then, so I suppose the application should just wait until it is resumed.
The text was updated successfully, but these errors were encountered: