1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-02 21:24:34 +00:00

Add VPN indicator to issue URL

This commit is contained in:
M66B 2024-12-09 10:41:36 +01:00
parent bb8676b6e0
commit db3960c1ec

View file

@ -1419,6 +1419,7 @@ public class Helper {
(Helper.hasValidFingerprint(context) ? "1" : "3") +
(BuildConfig.PLAY_STORE_RELEASE ? "p" : "") +
(BuildConfig.DEBUG ? "d" : "") +
(ConnectionHelper.vpnActive(context) ? "v" : "") +
(ActivityBilling.isPro(context) ? "+" : "");
}