Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liberty
tunnel
liberty-tunnel-ios
Commits
69700ec1
Commit
69700ec1
authored
Mar 11, 2019
by
Jose Blaya
Browse files
UsageTile not available for IKEv2
parent
8d828107
Changes
1
Hide whitespace changes
Inline
Side-by-side
PIA VPN/Tiles/UsageTile.swift
View file @
69700ec1
...
...
@@ -79,7 +79,8 @@ class UsageTile: UIView, Tileable {
}
private
func
updateStyleForVPNType
(
_
vpnType
:
String
)
{
if
vpnType
==
IPSecProfile
.
vpnType
{
if
vpnType
==
IPSecProfile
.
vpnType
||
vpnType
==
IKEv2Profile
.
vpnType
{
self
.
uploadValue
.
text
=
ByteCountFormatter
.
string
(
fromByteCount
:
Int64
(
0
),
countStyle
:
.
file
)
self
.
downloadValue
.
text
=
ByteCountFormatter
.
string
(
fromByteCount
:
Int64
(
0
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment