Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: horizontal scrolling back to 0 on load
For TabViews where scrollEnabled is set to true and a tab that is off-screen is selected, if that tab has async content, the horizontal scroll position of the tab bar was resetting to the start once the content was loaded. Just added a check to only update the layout if we don't already have a layout for the selected tab
- Loading branch information