Removed direct support option

pull/209/head
M66B 2 years ago
parent d32aab216b
commit 10eef9506a

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

Loading…
Cancel
Save