mirror of https://github.com/M66B/FairEmail.git
Removed direct support option
This commit is contained in:
parent
d32aab216b
commit
10eef9506a
|
@ -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" : "") +
|
||||
|
|
Loading…
Reference in New Issue