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

Commit 1c153a9a authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12792956 from ad525f9c to 25Q2-release

Change-Id: I6c4c74deb3f2f67e7ee21bd52e14c0f6f76bdc80
parents 5c22a1a3 ad525f9c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -343,6 +343,9 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
            new GestureDetector.SimpleOnGestureListener() {
            new GestureDetector.SimpleOnGestureListener() {
        @Override
        @Override
        public boolean onScroll(MotionEvent down, MotionEvent me, float deltaX, float deltaY) {
        public boolean onScroll(MotionEvent down, MotionEvent me, float deltaX, float deltaY) {
            if (down == null) {
                return false;
            }
            final float dy = me.getY() - down.getY();
            final float dy = me.getY() - down.getY();
            if (deltaY > 0 && dy < 0) {
            if (deltaY > 0 && dy < 0) {
                return showMoreSuggestions();
                return showMoreSuggestions();