mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
remove onRegularBackPressed method call as lockAndExit handles exiting app
This commit is contained in:
@@ -1368,7 +1368,6 @@ class GroupActivity : DatabaseLockActivity(),
|
||||
EntrySelectionHelper.removeInfoFromIntent(intent)
|
||||
if (PreferencesUtil.isLockDatabaseWhenBackButtonOnRootClicked(this)) {
|
||||
lockAndExit()
|
||||
super.onRegularBackPressed()
|
||||
} else {
|
||||
backToTheAppCaller()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user