iOS: Make it compile again
This commit is contained in:
parent
60f1fee6e7
commit
d2abc246cf
|
@ -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