mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-18 01:31:42 +01:00
android dialog is not cancelable
This commit is contained in:
parent
b26067e5da
commit
7041991d5a
@ -455,7 +455,7 @@ namespace Bit.Android.Services
|
|||||||
var activity = (MainActivity)CurrentContext;
|
var activity = (MainActivity)CurrentContext;
|
||||||
_progressDialog = new ProgressDialog(activity);
|
_progressDialog = new ProgressDialog(activity);
|
||||||
_progressDialog.SetMessage(text);
|
_progressDialog.SetMessage(text);
|
||||||
_progressDialog.SetCancelable(true);
|
_progressDialog.SetCancelable(false);
|
||||||
_progressDialog.Show();
|
_progressDialog.Show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user