mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-22 07:37:40 +00:00
fix(ios): prevent multiple kbd slide-in animations on app startt
This commit is contained in:
parent
d120d39cff
commit
cf0b81ae3b
1 changed files with 0 additions and 5 deletions
|
|
@ -133,11 +133,6 @@ public class TextView: UITextView, KeymanResponder {
|
|||
font = UIFont.systemFont(ofSize: fontSize)
|
||||
}
|
||||
|
||||
if isFirstResponder {
|
||||
resignFirstResponder()
|
||||
becomeFirstResponder()
|
||||
}
|
||||
|
||||
log.debug("TextView: \(self.hashValue) setFont: \(font?.familyName ?? "nil")")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue