mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
@@ -209,7 +209,7 @@ class FileDatabaseSelectActivity : StylishActivity(),
|
||||
}
|
||||
// Remove the search info from intent
|
||||
if (searchInfo != null) {
|
||||
intent.removeExtra(KEY_SEARCH_INFO)
|
||||
finish()
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -986,11 +986,7 @@ class GroupActivity : LockingActivity(),
|
||||
} else {
|
||||
// To restore standard mode
|
||||
EntrySelectionHelper.removeEntrySelectionModeFromIntent(intent)
|
||||
// Go to home
|
||||
startActivity(Intent(Intent.ACTION_MAIN).apply {
|
||||
addCategory(Intent.CATEGORY_HOME)
|
||||
addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||
})
|
||||
moveTaskToBack(true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -269,7 +269,7 @@ open class PasswordActivity : StylishActivity() {
|
||||
readOnly)
|
||||
// Remove the search info from intent
|
||||
if (searchInfo != null) {
|
||||
intent.removeExtra(KEY_SEARCH_INFO)
|
||||
finish()
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user