Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b5639b0 authored by tibbi's avatar tibbi
Browse files

show Rate Us in About only after 10 launches, not 3

parent cba54641
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '4.5.1'
        propVersionName = '4.5.2'
        kotlin_version = '1.2.51'
        support_libs = '27.1.1'
    }
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ class AboutActivity : BaseSimpleActivity() {
    }

    private fun setupRateUs() {
        if (baseConfig.appRunCount < 3) {
        if (baseConfig.appRunCount < 10) {
            about_rate_us.visibility = View.GONE
        } else {
            about_rate_us.setOnClickListener {