mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
Only try again paste/set after decryption if the correct password was entered and not e.g. cancel button pressed
This commit is contained in:
@@ -28,6 +28,8 @@ public class AutofillActivity extends AppCompatActivity {
|
||||
@Override
|
||||
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
|
||||
finish();
|
||||
AutofillService.getService().decryptAndVerify();
|
||||
if (resultCode == RESULT_OK) {
|
||||
AutofillService.getService().decryptAndVerify();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user