Add VPN indicator to issue URL

pull/217/head
M66B 9 months ago
parent bb8676b6e0
commit db3960c1ec

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

Loading…
Cancel
Save