Skip to content
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

Panic occurs when GlowWinitApp is missing window on android resume #3460

Open
devjobe opened this issue Oct 11, 2023 · 0 comments
Open

Panic occurs when GlowWinitApp is missing window on android resume #3460

devjobe opened this issue Oct 11, 2023 · 0 comments
Labels
bug Something is broken

Comments

@devjobe
Copy link

devjobe commented Oct 11, 2023

Swapping in an out of an app and requesting repaints in the background causes a panic due to missing window when calling GlowWinitApp::window

Steps to reproduce the behavior on Android:

  1. Swap out of a window
  2. Request repaint in another thread
  3. Swap back to the window

Expected behavior
No panic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant