mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
parent
2db2b7348d
commit
800583b5e2
@ -242,10 +242,10 @@ class SettingsLibraryController : SettingsController() {
|
|||||||
.sortedBy { it.order }
|
.sortedBy { it.order }
|
||||||
|
|
||||||
val includedItemsText = if (includedCategories.isEmpty()) {
|
val includedItemsText = if (includedCategories.isEmpty()) {
|
||||||
if (excludedCategories.size == allCategories.size) context.getString(R.string.none)
|
context.getString(R.string.none)
|
||||||
else context.getString(R.string.all)
|
|
||||||
} else {
|
} else {
|
||||||
includedCategories.joinToString { it.name }
|
if (includedCategories.size == allCategories.size) context.getString(R.string.all)
|
||||||
|
else includedCategories.joinToString { it.name }
|
||||||
}
|
}
|
||||||
|
|
||||||
val excludedItemsText = if (excludedCategories.isEmpty()) {
|
val excludedItemsText = if (excludedCategories.isEmpty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user