mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 14:55:19 +00:00
Let dialog be null
This commit is contained in:
committed by
Matthew Wong
parent
28eae33567
commit
d68c06a4a6
@@ -106,6 +106,7 @@ public class AutofillService extends AccessibilityService {
|
|||||||
}
|
}
|
||||||
// if it was not a click, the field was refocused or another field was focused; recreate
|
// if it was not a click, the field was refocused or another field was focused; recreate
|
||||||
dialog.dismiss();
|
dialog.dismiss();
|
||||||
|
dialog = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ignore the ACTION_FOCUS from decryptAndVerify otherwise dialog will appear after Fill
|
// ignore the ACTION_FOCUS from decryptAndVerify otherwise dialog will appear after Fill
|
||||||
@@ -175,6 +176,7 @@ public class AutofillService extends AccessibilityService {
|
|||||||
}
|
}
|
||||||
if (dismiss && dialog != null && dialog.isShowing()) {
|
if (dismiss && dialog != null && dialog.isShowing()) {
|
||||||
dialog.dismiss();
|
dialog.dismiss();
|
||||||
|
dialog = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user