iOS: Make it compile again
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user