Display correct string on FAB
This commit is contained in:
parent
f5c6e80dbb
commit
319e4360c8
1 changed files with 2 additions and 0 deletions
|
@ -382,6 +382,8 @@ class MangaController :
|
|||
val fab = actionFab ?: return
|
||||
if (adapter.items.any { it.read }) {
|
||||
fab.text = context.getString(R.string.action_resume)
|
||||
} else {
|
||||
fab.text = context.getString(R.string.action_start)
|
||||
}
|
||||
if (adapter.items.any { !it.read }) {
|
||||
fab.show()
|
||||
|
|
Reference in a new issue