Fix orientation change in settings #872

This commit is contained in:
J-Jamet
2021-01-23 12:16:18 +01:00
parent cb187300fe
commit bc665eb83d
4 changed files with 6 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ KeePassDX(2.9.12)
* Fix OTP token type #863
* Fix auto open biometric prompt #862
* Fix back appearance setting #865
* Fix orientation change in settings #872
* Change memory unit to MiB #851
* Small changes #642

View File

@@ -60,6 +60,9 @@ abstract class LockingActivity : SpecialModeActivity() {
private set
override fun onCreate(savedInstanceState: Bundle?) {
mProgressDatabaseTaskProvider = ProgressDatabaseTaskProvider(this)
super.onCreate(savedInstanceState)
if (savedInstanceState != null
@@ -84,8 +87,6 @@ abstract class LockingActivity : SpecialModeActivity() {
}
mExitLock = false
mProgressDatabaseTaskProvider = ProgressDatabaseTaskProvider(this)
}
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {

View File

@@ -1,5 +1,6 @@
* Fix OTP token type #863
* Fix auto open biometric prompt #862
* Fix back appearance setting #865
* Fix orientation change in settings #872
* Change memory unit to MiB #851
* Small changes #642

View File

@@ -1,5 +1,6 @@
* Correction du type de token OTP #863
* Correction de l'ouverture automatique de l'invite biométrique #862
* Correction du retour dans les paramètres d'apparence #865
* Correction du changement d'orientation dans les paramètres #872
* Modification des unités de mémoire en MiB #851
* Petits changements #642