Skip to content

Conversation

@alperozturk96
Copy link
Collaborator

@alperozturk96 alperozturk96 commented Nov 10, 2025

  • Tests written, or not not needed

Issue

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

Signed-off-by: alperozturk <[email protected]>
@alperozturk96
Copy link
Collaborator Author

/backport to stable-3.34


executorService.execute(() -> {
long currentSyncTime = System.currentTimeMillis();
mSyncInProgress = true;
Copy link
Collaborator Author

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
Copy link
Collaborator Author

@alperozturk96 alperozturk96 Nov 10, 2025

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]>
@github-actions
Copy link

Codacy

SpotBugs

CategoryBaseNew
Bad practice4242
Correctness7373
Dodgy code272272
Experimental11
Internationalization77
Malicious code vulnerability22
Multithreaded correctness3535
Performance4848
Security1818
Total498498

@github-actions
Copy link

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/15932.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

@alperozturk96 alperozturk96 merged commit c9c3c99 into master Nov 17, 2025
18 of 21 checks passed
@alperozturk96 alperozturk96 deleted the fix/loading-indicator branch November 17, 2025 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants