Merge pull request #1454 from alexbakker/pass-popup-check
Add an extra check before showing the password reminder popup
This commit is contained in:
@@ -241,7 +241,7 @@ public class AuthActivity extends AegisActivity {
|
||||
popup.setFocusable(false);
|
||||
popup.setOutsideTouchable(true);
|
||||
_textPassword.post(() -> {
|
||||
if (isFinishing()) {
|
||||
if (isFinishing() || !_textPassword.isAttachedToWindow()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user