mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-15 12:13:18 +02:00
@ -242,10 +242,10 @@ class SettingsLibraryController : SettingsController() {
|
||||
.sortedBy { it.order }
|
||||
|
||||
val includedItemsText = if (includedCategories.isEmpty()) {
|
||||
if (excludedCategories.size == allCategories.size) context.getString(R.string.none)
|
||||
else context.getString(R.string.all)
|
||||
context.getString(R.string.none)
|
||||
} 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()) {
|
||||
|
Reference in New Issue
Block a user