Personal support for the pro features only

This commit is contained in:
M66B
2019-08-22 13:25:57 +02:00
parent 2a3ddeaaca
commit 3db4ac8f97

View File

@@ -230,7 +230,7 @@ public class Helper {
}
static Intent getIntentIssue(Context context) {
if (BuildConfig.BETA_RELEASE && hasValidFingerprint(context)) {
if (ActivityBilling.isPro(context)) {
String version = BuildConfig.VERSION_NAME + "/" +
(Helper.hasValidFingerprint(context) ? "1" : "3") +
(BuildConfig.PLAY_STORE_RELEASE ? "p" : "") +