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