Skip to content

Fix regression: restore fullscreen exit logic on desktop #531

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

Merged
merged 1 commit into from
Jul 24, 2025

Conversation

NBA2K1
Copy link
Contributor

@NBA2K1 NBA2K1 commented Jul 23, 2025

This PR reverts a mistake from commit d21dbbb where the fullscreen reset logic was accidentally removed from AnimePlayerView.dispose().
As a result, the app remained stuck in fullscreen mode when exiting the anime player view before a video had loaded.
The call to setFullScreen(...) has been re-added to restore the original behavior.

This was unintentionally removed in d21dbbb.
This caused fullscreen mode to persist when the user exited the anime player view before the video had started loading.
The fullscreen now correctly exits in the dispose method for desktop platforms again.
@NBA2K1 NBA2K1 force-pushed the main branch 2 times, most recently from 89adca7 to b388c5f Compare July 23, 2025 23:38
@kodjodevf kodjodevf merged commit 41dbb55 into kodjodevf:main Jul 24, 2025
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.

2 participants