show the Upgraded From Free more often, with a better string
This commit is contained in:
parent
64663bb6f7
commit
e5552b6957
|
@ -78,7 +78,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
|
||||||
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
||||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
|
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
|
||||||
|
|
|
@ -499,8 +499,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!mWasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.gallery")) {
|
if (!mWasUpgradedFromFreeShown && isPackageInstalled("com.simplemobiletools.gallery")) {
|
||||||
ConfirmationDialog(this, "", R.string.upgraded_from_free, R.string.ok, 0, false) {}
|
ConfirmationDialog(this, "", R.string.upgraded_from_free_gallery, R.string.ok, 0, false) {}
|
||||||
mWasUpgradedFromFreeShown = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
checkOTGPath()
|
checkOTGPath()
|
||||||
|
|
Loading…
Reference in New Issue