show the Upgraded From Free more often, with a better string

This commit is contained in:
tibbi 2023-05-07 17:37:04 +02:00
parent 64663bb6f7
commit e5552b6957
2 changed files with 2 additions and 3 deletions

View File

@ -78,7 +78,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:b1f0bf8dc1'
implementation 'com.github.SimpleMobileTools:Simple-Commons:48cbb592e2'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
implementation 'it.sephiroth.android.exif:library:1.0.1'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'

View File

@ -499,8 +499,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
}
if (!mWasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.gallery")) {
ConfirmationDialog(this, "", R.string.upgraded_from_free, R.string.ok, 0, false) {}
mWasUpgradedFromFreeShown = true
ConfirmationDialog(this, "", R.string.upgraded_from_free_gallery, R.string.ok, 0, false) {}
}
checkOTGPath()