mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-11 14:49:08 +01:00
Fixed ungrouped library showing "All"
This commit is contained in:
parent
7813048828
commit
3910d23899
@ -123,6 +123,7 @@ interface Category : Serializable {
|
||||
createCustom(context.getString(R.string.all), libSort, ascending).apply {
|
||||
id = -1
|
||||
order = -1
|
||||
isAlone = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user