always show the Upgraded From Free dialog

This commit is contained in:
tibbi 2023-04-16 12:56:46 +02:00
parent 266d2d5651
commit d0dc3e85e9
2 changed files with 2 additions and 3 deletions

View File

@ -64,7 +64,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:1ed30fb91a'
implementation 'com.github.SimpleMobileTools:Simple-Commons:303493a688'
implementation 'com.github.tibbi:PdfViewPager:d2af24208d'
implementation 'com.github.Stericson:RootTools:df729dcb13'
implementation 'com.github.Stericson:RootShell:1.6'

View File

@ -99,9 +99,8 @@ class MainActivity : SimpleActivity() {
}
}
if (!config.wasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.filemanager")) {
if (isPackageInstalled("com.simplemobiletools.filemanager")) {
ConfirmationDialog(this, "", R.string.upgraded_to_pro, R.string.ok, 0, false) {}
config.wasUpgradedFromFreeShown = true
}
}