Skip to content

Commit

Permalink
Layout Insights Update prompt header when dynamic type changes (#19819)
Browse files Browse the repository at this point in the history
  • Loading branch information
staskus authored Dec 30, 2022
1 parent 5d8d084 commit 16fa3c3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ class CollapsableHeaderViewController: UIViewController, NoResultsViewHost {
// This helps reset the header changes after a rotation.
scrollViewDidScroll(scrollableView)
scrollViewDidEndDecelerating(scrollableView)
} else {
layoutHeader()
snapToHeight(scrollableView)
}
}

Expand Down

0 comments on commit 16fa3c3

Please sign in to comment.