This work is related to how we handle scrolling in the homepage and any other logic related (updating toolbar, status bar).
Investigate these areas in the legacy homepage and move over to the new homepage if needed.
handleScroll - impacts interaction with status bar and new tool bar border
statusBarScrollDelegate
Other methods:
scrollToTop
scrollViewWillBeginDragging
scrollViewDidScroll
handleToolbarStateOnScroll
Simplify if possible and ensure that it follows our redux pattern. From initial look, it seems like the relevant actions are dispatched (using Redux), but may need to update other areas such as checking wallpaper state instead of wallpaper manager.
This work is related to how we handle scrolling in the homepage and any other logic related (updating toolbar, status bar).
Investigate these areas in the legacy homepage and move over to the new homepage if needed.
handleScroll
- impacts interaction with status bar and new tool bar borderstatusBarScrollDelegate
Other methods:
scrollToTop
scrollViewWillBeginDragging
scrollViewDidScroll
handleToolbarStateOnScroll
Simplify if possible and ensure that it follows our redux pattern. From initial look, it seems like the relevant actions are dispatched (using Redux), but may need to update other areas such as checking wallpaper state instead of wallpaper manager.
┆Issue is synchronized with this Jira Task