Remove "Locked" orientation, replace with explicit orientations

Portrait/Landscape allow sensor, Locked Portrait/Landscape don't.
This commit is contained in:
arkon
2021-04-23 22:37:43 -04:00
parent 4cefbce7c3
commit e8d8621f06
8 changed files with 45 additions and 37 deletions
@@ -139,6 +139,10 @@ object Migrations {
}
}
}
if (oldVersion < 59) {
// Reset rotation to Free after replacing Lock
preferences.rotation().set(1)
}
return true
}