Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Hide EmptyView when retrying source request

Cette révision appartient à :
arkon 2020-04-26 23:07:32 -04:00
Parent 2f9dfed073
révision 850654dccc

Voir le fichier

@ -483,6 +483,7 @@ open class BrowseSourceController(bundle: Bundle) :
* Shows the progress bar.
*/
private fun showProgressBar() {
binding.emptyView.hide()
binding.progress.visible()
snack?.dismiss()
snack = null