To reproduce this bug:
- Set the
.large
navigation title in a View (which is in a NavigationView) - Add the
.searchable
modifier - And add the
.refreshable
modifier over a scroll view for example - Drag the pull to refresh
Actual result:
- The navigation bar is blinking and jumping to the top without smooth animation
Expected result:
- Navigation bar behaves expectedly as usual
I noticed if we use the .inline
navigation title style or remove the .searchable
modifier it work correctly