Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2848d83 authored by Winson Chung's avatar Winson Chung Committed by Android Git Automerger
Browse files

am 0fd3e545: Merge "Fixing issue with missing scroll bar after fast-scrolling...

am 0fd3e545: Merge "Fixing issue with missing scroll bar after fast-scrolling and searching." into ub-launcher3-burnaby

* commit '0fd3e545':
  Fixing issue with missing scroll bar after fast-scrolling and searching.
parents 862ee52b 0fd3e545
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -102,6 +102,10 @@ public class AllAppsRecyclerView extends BaseRecyclerView
     * Scrolls this recycler view to the top.
     */
    public void scrollToTop() {
        // Ensure we reattach the scrollbar if it was previously detached while fast-scrolling
        if (mScrollbar.isThumbDetached()) {
            mScrollbar.reattachThumbToScroll();
        }
        scrollToPosition(0);
    }