Skip to content

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

Open
@mahibi

Description

...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..

Metadata

Assignees

Labels

1. to developAccepted and waiting to be taken care of (should be only set by nextcloud employees)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions