remove onRegularBackPressed method call as lockAndExit handles exiting app

This commit is contained in:
ryg-git
2022-10-01 20:54:01 +05:30
parent 589d9a2f1d
commit 5126bd4fb6

View File

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