do not close the Upgraded From Free dialog on clicking outside of it
This commit is contained in:
parent
4bb29042d1
commit
48bf301e55
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
}
|
||||
|
||||
if (!config.wasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.gallery")) {
|
||||
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 a new issue