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

Fix panic when window is missing in GlowWinitApp::window #3461

Closed
wants to merge 1 commit into from

Conversation

devjobe
Copy link

@devjobe devjobe commented Oct 11, 2023

Removing expect check from GlowWinitApp::window resolved the panic issue.

Closes #3460

Copy link
Owner

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great - thanks!

crates/eframe/src/native/run.rs Outdated Show resolved Hide resolved
@devjobe devjobe requested a review from emilk October 24, 2023 19:25
@emilk
Copy link
Owner

emilk commented Nov 16, 2023

This may have been fixed by #3172 - please test!

@emilk emilk closed this Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic occurs when GlowWinitApp is missing window on android resume
2 participants