mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-12 04:25:09 -05:00
make sure question regarding caching preferences is not cancelable
This commit is contained in:
parent
ed15af3f8f
commit
780007dd60
@ -243,7 +243,7 @@ namespace keepass2android
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
builder.SetCancelable(false);
|
||||||
Dialog dialog = builder.Create();
|
Dialog dialog = builder.Create();
|
||||||
dialog.Show();
|
dialog.Show();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user