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
|
cell.keyboardType = .numberPad
|
||||||
case .excludePrivateIPs, .deletePeer:
|
case .excludePrivateIPs, .deletePeer:
|
||||||
cell.keyboardType = .default
|
cell.keyboardType = .default
|
||||||
|
case .rxBytes, .txBytes, .lastHandshakeTime:
|
||||||
|
fatalError()
|
||||||
}
|
}
|
||||||
|
|
||||||
cell.isValueValid = !peerData.fieldsWithError.contains(field)
|
cell.isValueValid = !peerData.fieldsWithError.contains(field)
|
||||||
|
|
Loading…
Reference in New Issue