mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Fix typo
This commit is contained in:
parent
cae0332ef9
commit
968639a59b
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ class LibraryPresenter(
|
||||||
|
|
||||||
values.sortedWith(Comparator(sortFn))
|
values.sortedWith(Comparator(sortFn))
|
||||||
}.toSortedMap { category, category2 ->
|
}.toSortedMap { category, category2 ->
|
||||||
// Force default category to already be at the top. This also for some reason fixed a bug where Default
|
// Force default category to always be at the top. This also for some reason fixed a bug where Default
|
||||||
// category would disappear whenever a new category is added.
|
// category would disappear whenever a new category is added.
|
||||||
if (category.id == 0) {
|
if (category.id == 0) {
|
||||||
-1
|
-1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue