Redirect to XDA for support on third party builds

pull/156/head
M66B 6 years ago
parent bccbd1b2f0
commit e4b33ba7d8

@ -231,7 +231,7 @@ public class Helper {
}
static Intent getIntentIssue(Context context) {
if (BuildConfig.BETA_RELEASE) {
if (BuildConfig.BETA_RELEASE && Helper.hasValidFingerprint(context)) {
String version = BuildConfig.VERSION_NAME + "/" +
(Helper.hasValidFingerprint(context) ? "1" : "3") +
(Helper.isPro(context) ? "+" : "");

Loading…
Cancel
Save