-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix: loading indicator #15932
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: loading indicator #15932
Conversation
Signed-off-by: alperozturk <[email protected]>
|
/backport to stable-3.34 |
|
|
||
| executorService.execute(() -> { | ||
| long currentSyncTime = System.currentTimeMillis(); | ||
| mSyncInProgress = true; |
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.
Unused unnecessary duplicated logic that we have in FileDisplayActivity
| } | ||
| }.also { | ||
| mainThread { | ||
| mRefreshListLayout?.isRefreshing = false |
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.
isRefreshing only set via pull-to-refresh since from #15529, no need to keep it as true.
Signed-off-by: alperozturk <[email protected]>
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/15932.apk |

Issue
Loading spinner stuck when user chooses the empty folder (from media → set media folder) and pull-to-refresh.