Remove reader tapping option in favor of disabled nav layouts
(cherry picked from commit 2dfafa387b)
# Conflicts:
# app/build.gradle.kts
This commit is contained in:
@@ -435,6 +435,13 @@ object EXHMigrations {
|
||||
remove("latest_tab_sources")
|
||||
}
|
||||
}
|
||||
if (oldVersion under 32) {
|
||||
val oldReaderTap = prefs.getBoolean("reader_tap", false)
|
||||
if (!oldReaderTap) {
|
||||
preferences.navigationModePager().set(5)
|
||||
preferences.navigationModeWebtoon().set(5)
|
||||
}
|
||||
}
|
||||
|
||||
// if (oldVersion under 1) { } (1 is current release version)
|
||||
// do stuff here when releasing changed crap
|
||||
|
||||
Reference in New Issue
Block a user