From 40bd2b06d2bfeb26447db419f653e301048475c3 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 9 Apr 2019 14:55:49 -0400 Subject: [PATCH] Simplify the scroll down button layout. --- .../ConversationView/ConversationViewController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Signal/src/ViewControllers/ConversationView/ConversationViewController.m b/Signal/src/ViewControllers/ConversationView/ConversationViewController.m index 5e305ae7b..fa095f6df 100644 --- a/Signal/src/ViewControllers/ConversationView/ConversationViewController.m +++ b/Signal/src/ViewControllers/ConversationView/ConversationViewController.m @@ -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.