mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Simplified review
This commit is contained in:
@@ -304,11 +304,7 @@ public class Helper {
|
||||
}
|
||||
|
||||
static Intent getIntentIssue(Context context) {
|
||||
return getIntentIssue(context, ActivityBilling.isPro(context));
|
||||
}
|
||||
|
||||
static Intent getIntentIssue(Context context, boolean pro) {
|
||||
if (pro) {
|
||||
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