Skip to content

Commit

Permalink
No third_party test failures/diff. Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592344779
  • Loading branch information
Nobody authored and material-automation committed Dec 19, 2023
1 parent 9d7f56c commit 55987b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BottomNavigation/src/MDCBottomNavigationBar.m
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ - (CGFloat)calculateBarHeight {

- (void)recalculateBarHeightAndUpdateLayout {
_itemsLayoutViewHeightConstraint.constant = [self calculateBarHeight];
[self setNeedsLayout];
[self invalidateIntrinsicContentSize];
}

- (void)setEnableVerticalLayout:(BOOL)enableVerticalLayout {
Expand Down

0 comments on commit 55987b4

Please sign in to comment.