Merge branch 'issue-1412' of github.com:ryg-git/KeePassDX into ryg-git-issue-1412

This commit is contained in:
J-Jamet
2022-10-14 20:39:26 +02:00

View File

@@ -1368,7 +1368,6 @@ class GroupActivity : DatabaseLockActivity(),
EntrySelectionHelper.removeInfoFromIntent(intent)
if (PreferencesUtil.isLockDatabaseWhenBackButtonOnRootClicked(this)) {
lockAndExit()
super.onRegularBackPressed()
} else {
backToTheAppCaller()
}