We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb047f commit 3e69f1fCopy full SHA for 3e69f1f
JSQMessagesViewController/Controllers/JSQMessagesKeyboardController.m
@@ -284,14 +284,8 @@ - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(N
284
if (CGRectEqualToRect(newKeyboardFrame, oldKeyboardFrame) || CGRectIsNull(newKeyboardFrame)) {
285
return;
286
}
287
-
288
289
- // we should convert
290
CGRect keyboardEndFrameConverted = [self.contextView convertRect:newKeyboardFrame fromView:nil];
291
292
- // do not convert frame to contextView coordinates here
293
- // KVO is triggered during panning (see below)
294
- // panning occurs in contextView coordinates already
295
[self jsq_notifyKeyboardFrameNotificationForFrame:keyboardEndFrameConverted];
296
297
0 commit comments