mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Removed direct support option
This commit is contained in:
@@ -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" : "") +
|
||||
|
||||
Reference in New Issue
Block a user