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

Commit 50f268e1 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Fix BackAnimationControllerTest with delay transition flag" into main

parents 47a1eeea 6968e5db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -889,8 +889,8 @@ public class BackAnimationControllerTest extends ShellTestCase {
     */
    private void doStartEvents(int startX, int moveX) {
        doMotionEvent(MotionEvent.ACTION_DOWN, startX);
        mController.onThresholdCrossed();
        doMotionEvent(MotionEvent.ACTION_MOVE, moveX);
        mController.onThresholdCrossed();
    }

    private void simulateRemoteAnimationStart() throws RemoteException {