mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-23 13:45:43 +03:00
Hide EmptyView when retrying source request
This commit is contained in:
parent
2f9dfed073
commit
850654dccc
1 changed files with 1 additions and 0 deletions
|
@ -483,6 +483,7 @@ open class BrowseSourceController(bundle: Bundle) :
|
||||||
* Shows the progress bar.
|
* Shows the progress bar.
|
||||||
*/
|
*/
|
||||||
private fun showProgressBar() {
|
private fun showProgressBar() {
|
||||||
|
binding.emptyView.hide()
|
||||||
binding.progress.visible()
|
binding.progress.visible()
|
||||||
snack?.dismiss()
|
snack?.dismiss()
|
||||||
snack = null
|
snack = null
|
||||||
|
|
Loading…
Reference in a new issue