revert avoiding NPE

merge-requests/3/head
wow nero 6 years ago
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);

Loading…
Cancel
Save