-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Convert app to use one spinner attached to JFScene + resize spinner #1515
Convert app to use one spinner attached to JFScene + resize spinner #1515
Conversation
just noting here what we discussed in chat, this does not mitigate the black screen that results from slow remote backends. |
… booleans on JFScene to control spinner + resize spinner to be similar size as video player spinner
I pretty much redid this whole PR and updated the OP. Added the main logic to JFScene, using 2 booleans on JFScene instead of the 4 component functions, and I added a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 small code style change.
There's still an old spinner ref on line 553 of |
Inside |
Changes
|
I have 1 photo in my photo library. Clicking on it results in an infinite spinner that never goes away. Additionally, I'm unable to press back to get out of the spinner. I'm stuck unless I press home. Quick play on the photo library and on the photo works. This occurs when pressing OK from the grid. |
I pressed Play on the Recordings Library. Nothing loaded and I'm again stuck on an infinite spinner. |
this now does fix the missing spinner, but that spinner is behind some darkening left over from the progressDialog for some reason. This is not the end of the world but it would be better to fix it somehow. |
also just noticed that there is still no spinner between episodes |
This issue is still occurring. All my other issues are resolved. Think I've got actionable info. Recordings library will quickplay in this PR if I have an unwatched video. If I mark the one video I have as watched, then I will get stuck at an infinite spinner. I'm guessing the path when there's no video to play doesn't have a stop spinner call. |
…ording library bug
Changes
|
Co-authored-by: 1hitsong <[email protected]>
Changes
isLoading
anddisableRemote
startLoadingSpinner(disableRemote = true as boolean)
isLoading
= false. This prevents double spinners.stopLoadingSpinner()
stopLoadingSpinner()
after the data has been loaded and the screne is ready to be shownCreateSeasonDetailsGroupByID()
so that the loading spinner goes away when the episodes are loaded instead of waiting on the extras/specials logic to finish