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

Commit 69b90e94 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Fixing merge issue with last CL."

parents caed9472 09d8a184
Loading
Loading
Loading
Loading
+9 −7
Original line number Original line Diff line number Diff line
@@ -148,6 +148,7 @@ class RecentsViewTouchHandler {
            }
            }
            case MotionEvent.ACTION_UP:
            case MotionEvent.ACTION_UP:
            case MotionEvent.ACTION_CANCEL: {
            case MotionEvent.ACTION_CANCEL: {
                if (mDragging) {
                    ReferenceCountedTrigger postAnimationTrigger = new ReferenceCountedTrigger(
                    ReferenceCountedTrigger postAnimationTrigger = new ReferenceCountedTrigger(
                            mRv.getContext(), null, null, null);
                            mRv.getContext(), null, null, null);
                    postAnimationTrigger.increment();
                    postAnimationTrigger.increment();
@@ -159,3 +160,4 @@ class RecentsViewTouchHandler {
            }
            }
        }
        }
    }
    }
}