Sfoglia il codice sorgente

Hide EmptyView when retrying source request

arkon 5 anni fa
parent
commit
850654dccc

+ 1 - 0
app/src/main/java/eu/kanade/tachiyomi/ui/source/browse/BrowseSourceController.kt

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