mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-23 06:47:45 +01:00
launch Purchase Thank You intent directly in some cases
This commit is contained in:
parent
be487fb574
commit
7d49781916
@ -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'
|
||||
|
||||
|
@ -57,7 +57,7 @@ class SettingsActivity : SimpleActivity() {
|
||||
}
|
||||
|
||||
settings_purchase_thank_you_holder.setOnClickListener {
|
||||
handleCustomizeColorsClick()
|
||||
launchPurchaseThankYouIntent()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user