Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Fixes #2861 Fix panels being closed on pause #3198

Merged
merged 2 commits into from
Apr 20, 2020

Conversation

keianhzo
Copy link
Contributor

@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 requested a review from bluemarvin April 20, 2020 16:27
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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