mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix orientation change in settings #872
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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?) {
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user