diff --git a/app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryPresenter.kt b/app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryPresenter.kt index f1a526adb3..d2d766fc68 100644 --- a/app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryPresenter.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryPresenter.kt @@ -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