mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +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
|
||||
|
||||
@@ -80,6 +80,9 @@ static const NSTimeInterval kActionMenuComposerHeightAnimationDuration = .3;
|
||||
[self updateUIWithAttributedTextMessage:nil animated:NO];
|
||||
|
||||
self.textView.toolbarDelegate = self;
|
||||
|
||||
inputAccessoryViewForKeyboard = [[UIView alloc] initWithFrame:CGRectZero];
|
||||
self.textView.inputAccessoryView = inputAccessoryViewForKeyboard;
|
||||
}
|
||||
|
||||
- (void)setVoiceMessageToolbarView:(UIView *)voiceMessageToolbarView
|
||||
|
||||
Reference in New Issue
Block a user