launch Purchase Thank You intent directly in some cases

This commit is contained in:
tibbi 2022-07-03 19:09:25 +02:00
parent be487fb574
commit 7d49781916
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:066c60f8ba'
implementation 'com.github.SimpleMobileTools:Simple-Commons:ed8c5a3657'
implementation 'me.grantland:autofittextview:0.2.1'
implementation 'net.objecthunter:exp4j:0.4.8'

View File

@ -57,7 +57,7 @@ class SettingsActivity : SimpleActivity() {
}
settings_purchase_thank_you_holder.setOnClickListener {
handleCustomizeColorsClick()
launchPurchaseThankYouIntent()
}
}