fix release build

pull/2/head
Michael Kirk 6 years ago
parent dc87ae821d
commit d02152cf14

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

Loading…
Cancel
Save