Revert resetKeyboardToAlphabet
This commit is contained in:
parent
76613261d8
commit
c6c1954a35
@ -2068,21 +2068,9 @@ extension ConversationInputToolbar {
|
||||
return
|
||||
}
|
||||
|
||||
resetKeyboardToAlphabet()
|
||||
inputToolbarDelegate.sendButtonPressed()
|
||||
}
|
||||
|
||||
@objc
|
||||
private func resetKeyboardToAlphabet() {
|
||||
// Force a change so they keyboard returns to alphabet if
|
||||
// it was changed to numeric.
|
||||
inputTextView.keyboardType = .alphabet
|
||||
inputTextView.reloadInputViews()
|
||||
// But then return to default keyboard so we get e.g. emojis.
|
||||
inputTextView.keyboardType = .default
|
||||
inputTextView.reloadInputViews()
|
||||
}
|
||||
|
||||
@objc
|
||||
private func stickerButtonPressed() {
|
||||
Logger.verbose("")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user