To reproduce this bug:
- Set the
.largenavigation title in a View (which is in a NavigationView) - Add the
.searchablemodifier - And add the
.refreshablemodifier 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