fix(ios): prevent multiple kbd slide-in animations on app startt

This commit is contained in:
jahorton 2024-01-11 11:33:24 +07:00
parent d120d39cff
commit cf0b81ae3b

View file

@ -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")")
}