Commit 3d1d146c authored by codrut.topliceanu's avatar codrut.topliceanu Committed by Emily Kager
Browse files

For #9549 - Scrolling to top sites now includes header.

parent a2ea53d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ class SessionControlView(
                }
                loadedTopSites?.run {
                    homeScreenViewModel.shouldScrollToTopSites = false
                    view.scrollToPosition(stateAdapterList.indexOf(this))
                    view.scrollToPosition(0)
                }
            }
        } else {