Hide EmptyView when retrying source request

This commit is contained in:
arkon 2020-04-26 23:07:32 -04:00
parent 2f9dfed073
commit 850654dccc

View File

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