mirror of
https://github.com/bitwarden/android.git
synced 2026-04-27 11:28:41 -05:00
[PM-12711] Auto-Fill selection bug fix (#3981)
This commit is contained in:
@@ -36,7 +36,10 @@ fun createAutofillSelectionIntent(
|
||||
): Intent =
|
||||
Intent(context, MainActivity::class.java)
|
||||
.apply {
|
||||
setFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||
// This helps prevent a crash when using the accessibility framework
|
||||
if (framework == AutofillSelectionData.Framework.ACCESSIBILITY) {
|
||||
setFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||
}
|
||||
putExtra(
|
||||
AUTOFILL_BUNDLE_KEY,
|
||||
bundleOf(
|
||||
|
||||
Reference in New Issue
Block a user