iOS: Make it compile again
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
3b29578524
commit
f292a0ec7a
|
@ -351,6 +351,8 @@ extension TunnelEditTableViewController {
|
|||
cell.keyboardType = .numberPad
|
||||
case .excludePrivateIPs, .deletePeer:
|
||||
cell.keyboardType = .default
|
||||
case .rxBytes, .txBytes, .lastHandshakeTime:
|
||||
fatalError()
|
||||
}
|
||||
|
||||
cell.isValueValid = !peerData.fieldsWithError.contains(field)
|
||||
|
|
Loading…
Reference in New Issue