do not close the Migration info dialog on pressing outside of it
This commit is contained in:
parent
1a5dd0cb6a
commit
17a4798631
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue