We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816a716 commit 06786c7Copy full SHA for 06786c7
app/build.gradle
@@ -45,7 +45,7 @@ ext {
45
}
46
47
dependencies {
48
- implementation 'com.simplemobiletools:commons:4.4.13'
+ implementation 'com.simplemobiletools:commons:4.5.2'
49
50
implementation files('../libs/RootTools.jar')
51
app/src/main/kotlin/com/simplemobiletools/filemanager/activities/SettingsActivity.kt
@@ -44,7 +44,7 @@ class SettingsActivity : SimpleActivity() {
44
private fun setupPurchaseThankYou() {
- settings_purchase_thank_you_holder.beVisibleIf(!isThankYouInstalled())
+ settings_purchase_thank_you_holder.beVisibleIf(config.appRunCount > 10 && !isThankYouInstalled())
settings_purchase_thank_you_holder.setOnClickListener {
launchPurchaseThankYouIntent()
0 commit comments