mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fixed ungrouped library showing "All"
This commit is contained in:
parent
7813048828
commit
3910d23899
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ interface Category : Serializable {
|
|||
createCustom(context.getString(R.string.all), libSort, ascending).apply {
|
||||
id = -1
|
||||
order = -1
|
||||
isAlone = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue