lets always show the Upgraded From Free dialog

This commit is contained in:
tibbi
2023-03-07 12:32:37 +01:00
parent 4d877539e9
commit a94aaf41d7
2 changed files with 5 additions and 6 deletions

View File

@ -115,10 +115,9 @@ class MainActivity : SimpleActivity() {
checkAppOnSDCard()
setupSearchButtons()
if (!config.wasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.notes")) {
if (isPackageInstalled("com.simplemobiletools.notes")) {
val dialogText = getString(R.string.upgraded_to_pro_notes)
ConfirmationDialog(this, dialogText, 0, R.string.ok, 0, false) {}
config.wasUpgradedFromFreeShown = true
}
}