Remove reader tapping option in favor of disabled nav layouts

This commit is contained in:
arkon
2022-04-08 16:44:13 -04:00
parent 7318f4f5dd
commit 2dfafa387b
10 changed files with 14 additions and 36 deletions
@@ -259,6 +259,13 @@ object Migrations {
if (oldVersion < 76) {
BackupCreatorJob.setupTask(context)
}
if (oldVersion < 77) {
val oldReaderTap = prefs.getBoolean("reader_tap", false)
if (!oldReaderTap) {
preferences.navigationModePager().set(5)
preferences.navigationModeWebtoon().set(5)
}
}
return true
}