Random kaomoji for empty view
This commit is contained in:
@@ -81,7 +81,7 @@ class HistoryController : NucleusController<HistoryPresenter>(),
|
||||
if (size > 0) {
|
||||
empty_view.hide()
|
||||
} else {
|
||||
empty_view.show(R.drawable.ic_history_black_128dp, R.string.information_no_recent_manga)
|
||||
empty_view.show(R.string.information_no_recent_manga)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@ class UpdatesController : NucleusController<UpdatesPresenter>(),
|
||||
if (size > 0) {
|
||||
empty_view?.hide()
|
||||
} else {
|
||||
empty_view?.show(R.drawable.ic_new_releases_black_128dp, R.string.information_no_recent)
|
||||
empty_view?.show(R.string.information_no_recent)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user