Fix lucky number empty screen (#623)

This commit is contained in:
Mikołaj Pich 2019-12-22 20:18:48 +01:00 committed by Rafał Borcz
parent 304c49d61e
commit 2e7d2b66f8

View File

@ -66,7 +66,7 @@ class LuckyNumberPresenter @Inject constructor(
view?.run { view?.run {
showContent(false) showContent(false)
showEmpty(true) showEmpty(true)
showEmpty(false) showErrorView(false)
} }
}) })
) )