Add icon for mark previous as read

This commit is contained in:
arkon
2020-03-22 12:22:47 -04:00
parent a7e4657752
commit d86b030796
7 changed files with 34 additions and 20 deletions

View File

@ -342,7 +342,7 @@ class MangaInfoController : NucleusController<MangaInfoPresenter>(),
// Set the Favorite drawable to the correct one.
// Border drawable if false, filled drawable if true.
fab_favorite?.setImageResource(if (isFavorite)
R.drawable.ic_bookmark_white_24dp
R.drawable.ic_bookmark_24dp
else
R.drawable.ic_add_to_library_24dp)
}