Put pro sub for debug

kmm_hh
Laurent 5 years ago
parent 033c204fd0
commit e8c298ade6
  1. 2
      app/src/main/java/net/pokeranalytics/android/util/billing/AppGuard.kt

@ -65,7 +65,7 @@ object AppGuard : PurchasesUpdatedListener {
if (this.endOfUse != null) return true
return if (BuildConfig.DEBUG) {
false //true
true //false //true
} else {
this._isProUser
}

Loading…
Cancel
Save