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

Commit 4b016bd6 authored by Shan Huang's avatar Shan Huang
Browse files

Add missing @Test annotation to ignoresGesture_transitionInProgress

Test: m -j
Test: atest BackAnimationControllerTest#ignoresGesture_transitionInProgress
Bug: 232793611

Merged-In: I1738b40c8df1c9af7bb0e63586cb2e70b3c9e8ca
Change-Id: I1738b40c8df1c9af7bb0e63586cb2e70b3c9e8ca
parent cd1a10a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -254,6 +254,7 @@ public class BackAnimationControllerTest {
        verify(mIOnBackInvokedCallback, never()).onBackInvoked();
    }

    @Test
    public void ignoresGesture_transitionInProgress() throws RemoteException {
        mController.setBackToLauncherCallback(mIOnBackInvokedCallback);
        RemoteAnimationTarget animationTarget = createAnimationTarget();