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 rare case where splash screen could get stuck #3217

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

nielsvanvelzen
Copy link
Member

When you use the switch user feature, then go to the "add user" screen, then go back twice (to close the app) and then re-open it the app would get stuck on the splash screen.

The underlying issue was caused by the restoreSession function being cancelled half-way (before it could set its state to READY again). Fixing that caused a new problem where using the "switch user" button would restore your session properly closing the user selection again, I've added a "destroyOnly" option to fix that.

Changes

  • Fix rare case where splash screen could get stuck

Issues

@nielsvanvelzen nielsvanvelzen added bug Something isn't working authentication Issue related to authentication labels Dec 10, 2023
@nielsvanvelzen nielsvanvelzen added this to the v0.16.1 milestone Dec 10, 2023
@nielsvanvelzen nielsvanvelzen merged commit fa10019 into jellyfin:master Dec 11, 2023
@nielsvanvelzen nielsvanvelzen deleted the nvv-fix-splash-stuck branch December 11, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
authentication Issue related to authentication bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants