mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-30 04:36:47 +02:00
Add VPN indicator to issue URL
This commit is contained in:
@@ -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) ? "+" : "");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user