make sure question regarding caching preferences is not cancelable

This commit is contained in:
Philipp Crocoll 2015-06-17 06:35:27 +02:00
parent ed15af3f8f
commit 780007dd60

View File

@ -243,7 +243,7 @@ namespace keepass2android
{
}
);
builder.SetCancelable(false);
Dialog dialog = builder.Create();
dialog.Show();