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

Commit 3f629ce0 authored by Winson Chung's avatar Winson Chung
Browse files

Revert "Initialize split resize veils on touch down"

This reverts commit 3025640c.

Reason for revert: b/346963093

Flag: EXEMPT bugfix
Change-Id: Ic8dcf923d5c765223844fbb421fe9492b599e399
parent 3025640c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -336,11 +336,6 @@ public class DividerView extends FrameLayout implements View.OnTouchListener {
                setTouching();
                mStartPos = touchPos;
                mMoving = false;
                // This triggers initialization of things like the resize veil in preparation for
                // showing it when the user moves the divider past the slop, and has to be done
                // before onStartDragging() which starts the jank interaction tracing
                mSplitLayout.updateDividerBounds(mSplitLayout.getDividerPosition(),
                        false /* shouldUseParallaxEffect */);
                mSplitLayout.onStartDragging();
                break;
            case MotionEvent.ACTION_MOVE: