浏览代码

Hide EmptyView when retrying source request

arkon 5 年之前
父节点
当前提交
850654dccc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/src/main/java/eu/kanade/tachiyomi/ui/source/browse/BrowseSourceController.kt

+ 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.
      * 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