Tunnel edit: Fix keyboard type for reused cells

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2018-10-29 15:12:19 +05:30
parent 92c0f2a17e
commit c3c905884a
1 changed files with 1 additions and 0 deletions

View File

@ -405,6 +405,7 @@ class TunnelEditTableViewKeyValueCell: UITableViewCell {
placeholderText = ""
isValueEditable = true
isValueValid = true
keyboardType = .default
onValueChanged = nil
}
}