mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 10:37:51 +02:00
Rename/new icons for updates/history sections
This commit is contained in:
@ -182,7 +182,7 @@ class RecentChaptersController : NucleusController<RecentChaptersPresenter>(),
|
||||
if (size > 0) {
|
||||
empty_view?.hide()
|
||||
} else {
|
||||
empty_view?.show(R.drawable.ic_update_black_128dp, R.string.information_no_recent)
|
||||
empty_view?.show(R.drawable.ic_new_releases_black_128dp, R.string.information_no_recent)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -79,7 +79,7 @@ class RecentlyReadController : NucleusController<RecentlyReadPresenter>(),
|
||||
if (size > 0) {
|
||||
empty_view.hide()
|
||||
} else {
|
||||
empty_view.show(R.drawable.ic_glasses_black_128dp, R.string.information_no_recent_manga)
|
||||
empty_view.show(R.drawable.ic_history_black_128dp, R.string.information_no_recent_manga)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user