Removed direct support option

This commit is contained in:
M66B 2022-08-25 19:39:39 +02:00
parent d32aab216b
commit 10eef9506a
1 changed files with 1 additions and 1 deletions

View File

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