Don't allow password dialogs to be canceled by the back button

This commit is contained in:
str4d
2014-08-28 03:16:07 +00:00
parent 2fd88627ba
commit 3aad735495

View File

@@ -305,7 +305,7 @@ public class BoteHelper extends GeneralHelper {
if (listener != null)
listener.onPasswordCanceled();
}
});
}).setCancelable(false);
AlertDialog passwordDialog = builder.create();
passwordDialog.show();
}