mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Revert the fix for keyboard stickiness, rename inputAccessoryView
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user