"Loading chat" shimmer effect not hidden after chat is loaded #4626
Open
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..