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

Commit 3daa6a55 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 2537626."

parents 886df67b 83d570cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -573,6 +573,7 @@ public class ScrollView extends FrameLayout {
        } else {
            super.scrollTo(scrollX, scrollY);
        }
        awakenScrollBars();
    }
    
    private int getOverscrollMax() {
@@ -1297,7 +1298,6 @@ public class ScrollView extends FrameLayout {
                mScrollViewMovedFocus = false;
            }
    
            awakenScrollBars(mScroller.getDuration());
            invalidate();
        }
    }