1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-08-02 21:01:32 +02:00

Minor updates

This commit is contained in:
arkon
2020-09-20 10:34:22 -04:00
parent b898442fe3
commit 477aedbffa
2 changed files with 2 additions and 2 deletions
app
build.gradle
src
main
java
eu
kanade
tachiyomi

@@ -62,7 +62,7 @@ class LibrarySettingsSheet(
* Returns true if there's at least one filter from [FilterGroup] active.
*/
fun hasActiveFilters(): Boolean {
return filterGroup.items.any { it.state != Item.TriStateGroup.STATE_IGNORE }
return filterGroup.items.any { it.state != STATE_IGNORE }
}
inner class FilterGroup : Group {