mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 12:43:39 +00:00
android dialog is not cancelable
This commit is contained in:
@@ -455,7 +455,7 @@ namespace Bit.Android.Services
|
||||
var activity = (MainActivity)CurrentContext;
|
||||
_progressDialog = new ProgressDialog(activity);
|
||||
_progressDialog.SetMessage(text);
|
||||
_progressDialog.SetCancelable(true);
|
||||
_progressDialog.SetCancelable(false);
|
||||
_progressDialog.Show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user