mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 07:23:03 +00:00
Redirect to XDA for support on third party builds
This commit is contained in:
parent
bccbd1b2f0
commit
e4b33ba7d8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue