Simplify the scroll down button layout.

This commit is contained in:
Matthew Chen 2019-04-09 14:55:49 -04:00
parent 42871bb6a6
commit 40bd2b06d2
1 changed files with 2 additions and 0 deletions

View File

@ -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.