We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
...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..
The text was updated successfully, but these errors were encountered:
mahibi
Successfully merging a pull request may close this issue.
...so chat and shimmer animations overlay each other.
Should be related to
or whereever progressBar is set to hidden.
reported for 21.0.0 alpha 09
Already have some ideas how to fix..
The text was updated successfully, but these errors were encountered: