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