mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Removed XDA as support channel
This commit is contained in:
parent
984f18a3d5
commit
9e79e6c67e
1 changed files with 1 additions and 1 deletions
|
@ -1207,7 +1207,7 @@ public class Helper {
|
|||
|
||||
return intent;
|
||||
} else {
|
||||
if (Helper.hasValidFingerprint(context))
|
||||
if (Helper.hasValidFingerprint(context) || true)
|
||||
return new Intent(Intent.ACTION_VIEW, getSupportUri(context, reference));
|
||||
else
|
||||
return new Intent(Intent.ACTION_VIEW, Uri.parse(XDA_URI));
|
||||
|
|
Loading…
Reference in a new issue