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

Commit c2ec07da authored by Brandon Dayauon's avatar Brandon Dayauon Committed by Android (Google) Code Review
Browse files

Merge "Fix FastScroller jumping in recyclerView" into main

parents 33c71962 6bebf0bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public class AllAppsFastScrollHelper {

        @Override
        protected int getVerticalSnapPreference() {
            return SNAP_TO_START;
            return SNAP_TO_ANY;
        }

        @Override