Forgot this

This commit is contained in:
Jobobby04 2022-07-13 13:30:36 -04:00
parent 2f41312842
commit 33f9b15891

View File

@ -406,7 +406,7 @@ object EXHMigrations {
preferences.navigationModeWebtoon().set(5) preferences.navigationModeWebtoon().set(5)
} }
} }
if (oldVersion under 35) { if (oldVersion under 36) {
// Handle renamed enum values // Handle renamed enum values
@Suppress("DEPRECATION") @Suppress("DEPRECATION")
val newSortingMode = when (val oldSortingMode = preferences.librarySortingMode().get()) { val newSortingMode = when (val oldSortingMode = preferences.librarySortingMode().get()) {