Simplify the scroll down button layout.

pull/2/head
Matthew Chen 6 years ago
parent 42871bb6a6
commit 40bd2b06d2

@ -3885,6 +3885,8 @@ typedef enum : NSUInteger {
// RADAR: #36297652
[self updateScrollDownButtonLayout];
// Update the layout of the scroll down button immediately.
// This change might be animated by the keyboard notification.
[self.view layoutSubviews];
// Adjust content offset to prevent the presented keyboard from obscuring content.

Loading…
Cancel
Save