mirror of
https://github.com/m2049r/xmrwallet
synced 2025-05-28 18:25:23 +02:00
revert avoiding NPE
This commit is contained in:
parent
8e82bd4cc8
commit
2dad55e498
@ -438,10 +438,8 @@ public class Helper {
|
||||
if (result) {
|
||||
Helper.hideKeyboardAlways((Activity) context);
|
||||
cancelSignal.cancel();
|
||||
if (openDialog != null) { // maybe it was cancelled in the meantime
|
||||
openDialog.dismiss();
|
||||
openDialog = null;
|
||||
}
|
||||
openDialog.dismiss();
|
||||
openDialog = null;
|
||||
} else {
|
||||
if (fingerprintUsed) {
|
||||
incorrectSavedPass.set(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user