do not close the Migration info dialog on pressing outside of it

This commit is contained in:
tibbi 2022-02-09 11:33:55 +01:00
parent 1a5dd0cb6a
commit 17a4798631
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
addBirthdaysAnniversariesAtStart()
if (!config.wasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.calendar")) {
ConfirmationDialog(this, "", R.string.upgraded_from_free, R.string.ok, 0) {}
ConfirmationDialog(this, "", R.string.upgraded_from_free, R.string.ok, 0, false) {}
config.wasUpgradedFromFreeShown = true
}
}