fix release build

This commit is contained in:
Michael Kirk 2019-03-26 21:44:59 -06:00
parent dc87ae821d
commit d02152cf14
1 changed files with 1 additions and 1 deletions

View File

@ -2602,8 +2602,8 @@ typedef enum : NSUInteger {
[self.scrollUpButton autoSetDimension:ALDimensionHeight toSize:ConversationScrollButton.buttonSize];
[self.scrollUpButton autoPinToTopLayoutGuideOfViewController:self withInset:0];
[self.scrollUpButton autoPinEdgeToSuperviewSafeArea:ALEdgeTrailing];
#endif
SET_SUBVIEW_ACCESSIBILITY_IDENTIFIER(self, _scrollUpButton);
#endif
[self updateScrollDownButtonLayout];
}