Simplified review

This commit is contained in:
M66B
2019-12-28 16:49:57 +01:00
parent 895474940f
commit 04f827bbb7
3 changed files with 3 additions and 32 deletions

View File

@@ -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" : "") +