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

Bugfix: playlist empty after calling Safari from App on iPad #945

Merged
merged 1 commit into from Nov 2, 2023

Conversation

wutschel
Copy link
Contributor

Description

Fixes and issue reported in this forum post.

NowPlaying's viewDidDisAppear does not need to end editing or make elements invisible. On iPhone the view is anyway deallocated after reaching viewDidDisappear. On iPad we want to keep the status as this only happens when calling Safari from the App (e.g. following the help link or entering Wikipedia). This fixes an issue where the playlist was empty, the editing got stopped and the NowPlaying overlay was closed on iPad after opening Safari from the App.

Summary for release notes

Bugfix: playlist empty after calling Safari from App on iPad

On iPhone the view is anyway deallocated after reaching viewDidDisappear. On iPad we want to keep the status as this only happens when calling Safari from the App (e.g. following the help link or entering Wikipedia). This fixes an issue where the playlist was empty, the editing got stopped and the NowPlaying overlay was closed on iPad after opening Safari from the App.
@kambala-decapitator kambala-decapitator merged commit 850745a into xbmc:master Nov 2, 2023
@wutschel wutschel deleted the fix_playlist_ipad branch November 2, 2023 05:49
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.

None yet

2 participants