mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Display correct string on FAB
This commit is contained in:
		| @@ -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 New Issue
	
	Block a user