Don't allow password dialogs to be canceled by the back button
This commit is contained in:
@@ -305,7 +305,7 @@ public class BoteHelper extends GeneralHelper {
|
||||
if (listener != null)
|
||||
listener.onPasswordCanceled();
|
||||
}
|
||||
});
|
||||
}).setCancelable(false);
|
||||
AlertDialog passwordDialog = builder.create();
|
||||
passwordDialog.show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user