mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Removed XDA as support channel
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user