mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Personal support for the pro features only
This commit is contained in:
@@ -230,7 +230,7 @@ public class Helper {
|
||||
}
|
||||
|
||||
static Intent getIntentIssue(Context context) {
|
||||
if (BuildConfig.BETA_RELEASE && hasValidFingerprint(context)) {
|
||||
if (ActivityBilling.isPro(context)) {
|
||||
String version = BuildConfig.VERSION_NAME + "/" +
|
||||
(Helper.hasValidFingerprint(context) ? "1" : "3") +
|
||||
(BuildConfig.PLAY_STORE_RELEASE ? "p" : "") +
|
||||
|
||||
Reference in New Issue
Block a user