chore: Fix typo

This commit is contained in:
Ahmad Ansori Palembani 2025-01-05 18:16:21 +07:00
parent cae0332ef9
commit 968639a59b
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -740,7 +740,7 @@ class LibraryPresenter(
values.sortedWith(Comparator(sortFn))
}.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.
if (category.id == 0) {
-1