Fixed ungrouped library showing "All"

This commit is contained in:
Jay 2020-05-17 04:20:49 -04:00
parent 7813048828
commit 3910d23899

View File

@ -123,6 +123,7 @@ interface Category : Serializable {
createCustom(context.getString(R.string.all), libSort, ascending).apply {
id = -1
order = -1
isAlone = true
}
}
}