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

Commit 06838319 authored by Ats Jenk's avatar Ats Jenk Committed by Automerger Merge Worker
Browse files

Merge "Fix crash when handling touch on caption" into tm-qpr-dev am: d41f29df am: 5c915f0a

parents a7359473 5c915f0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -317,7 +317,7 @@ class DragResizeInputListener implements AutoCloseable {
                }
                case MotionEvent.ACTION_UP:
                case MotionEvent.ACTION_CANCEL: {
                    if (mDragging) {
                    if (mShouldHandleEvents && mDragging) {
                        int dragPointerIndex = e.findPointerIndex(mDragPointerId);
                        mCallback.onDragResizeEnd(
                                e.getRawX(dragPointerIndex), e.getRawY(dragPointerIndex));