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) ? "+" : "");
}