Personal support for the pro features only

pull/161/head
M66B 6 years ago
parent 2a3ddeaaca
commit 3db4ac8f97

@ -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" : "") +

Loading…
Cancel
Save