committed by
Jobobby04
parent
faaf0fbff3
commit
e9f175db5d
@@ -462,6 +462,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 New Issue
Block a user