1
0
Fork 0
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:
M66B 2022-11-30 08:40:22 +01:00
parent 984f18a3d5
commit 9e79e6c67e

View file

@ -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));