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

Fixes #2861 Fix panels being closed on pause #3198

Merged
merged 2 commits into from Apr 20, 2020

Conversation

keianhzo
Copy link
Collaborator

@keianhzo keianhzo commented Apr 20, 2020

Fixes #2861 Flushing the back handlers on Pause was closing the library panels before saving the state.

// If we are in fullscreen or immersive VR video, we need to consume their back handlers
// before pausing to prevent the windows from getting stuck in fullscreen mode.
flushBackHandlers();

Instead of that we just exit the full-screen or immersive mode in onPause.

The related issue is prior to this code so shouldn't be the cause but I couldn't really reproduce it after fixing it so I might have been fixed by other patch.

@keianhzo keianhzo self-assigned this Apr 20, 2020
@keianhzo keianhzo changed the title Fixes #2861 Fix panles being closed on pause Fixes #2861 Fix panels being closed on pause Apr 20, 2020
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.

[Pico] The Bookmark/History Views are not restored after reopening the app
2 participants