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

"Loading chat" shimmer effect not hidden after chat is loaded #4626

Open
mahibi opened this issue Jan 17, 2025 · 0 comments · May be fixed by #4629
Open

"Loading chat" shimmer effect not hidden after chat is loaded #4626

mahibi opened this issue Jan 17, 2025 · 0 comments · May be fixed by #4629
Assignees
Labels
1. to develop Accepted and waiting to be taken care of (should be only set by nextcloud employees)

Comments

@mahibi
Copy link
Collaborator

mahibi commented Jan 17, 2025

...so chat and shimmer animations overlay each other.

Should be related to

        this.lifecycleScope.launch {
            delay(DELAY_TO_SHOW_PROGRESS_BAR)
            if (adapter?.isEmpty == true && networkMonitor.isOnline.value) {
                binding.progressBar.visibility = View.VISIBLE
            }
        }

or whereever progressBar is set to hidden.

reported for 21.0.0 alpha 09

Already have some ideas how to fix..

@mahibi mahibi added the 1. to develop Accepted and waiting to be taken care of (should be only set by nextcloud employees) label Jan 17, 2025
@mahibi mahibi self-assigned this Jan 17, 2025
@mahibi mahibi linked a pull request Jan 17, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of (should be only set by nextcloud employees)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant