Simplify selected count to just show the number
This commit is contained in:
@@ -355,7 +355,7 @@ class ChaptersController : NucleusController<ChaptersPresenter>(),
|
||||
// Destroy action mode if there are no items selected.
|
||||
destroyActionModeIfNeeded()
|
||||
} else {
|
||||
mode.title = resources?.getString(R.string.label_selected, count)
|
||||
mode.title = count.toString()
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user