Revert the fix for keyboard stickiness, rename inputAccessoryView

This commit is contained in:
ismailgulek
2022-08-15 14:49:24 +03:00
parent 2a329dedb5
commit 6783a77e3d
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