1
mirror of https://github.com/m2049r/xmrwallet synced 2025-05-28 18:25:23 +02:00

revert avoiding NPE

This commit is contained in:
m2049r 2018-11-13 22:51:43 +01:00
parent 8e82bd4cc8
commit 2dad55e498
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D

@ -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);