UI fixes
This commit is contained in:
@@ -46,7 +46,7 @@ class HistoryListMenuProvider(
|
||||
}
|
||||
|
||||
private fun showClearHistoryDialog() {
|
||||
val selectionListener = RememberSelectionDialogListener(2)
|
||||
val selectionListener = RememberSelectionDialogListener(1)
|
||||
buildAlertDialog(context, isCentered = true) {
|
||||
setTitle(R.string.clear_history)
|
||||
setSingleChoiceItems(
|
||||
|
||||
@@ -155,7 +155,6 @@ class MangaListActivity :
|
||||
filter.observe().observe(this) { snapshot ->
|
||||
chipSort.setTextAndVisible(snapshot.sortOrder.titleRes)
|
||||
filterBadge.counter = if (snapshot.listFilter.hasNonSearchOptions()) 1 else 0
|
||||
supportActionBar?.subtitle = snapshot.listFilter.query
|
||||
}
|
||||
} else {
|
||||
filter.observe().map {
|
||||
|
||||
Reference in New Issue
Block a user