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:
parent
bb8676b6e0
commit
db3960c1ec
1 changed files with 1 additions and 0 deletions
|
@ -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) ? "+" : "");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue