Revert the fix for keyboard stickiness, rename inputAccessoryView

This commit is contained in:
ismailgulek
2022-08-15 14:49:24 +03:00
parent 5db71c92c7
commit 4f71fe7e1c
5 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -495,7 +495,7 @@
if (!keyboardView)
{
// Check whether the first responder is the input tool bar text composer
keyboardView = inputToolbarView.inputAccessoryView.superview;
keyboardView = inputToolbarView.inputAccessoryViewForKeyboard.superview;
}
// Report the keyboard view in order to track keyboard frame changes