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

Commit 8efc556d authored by Shan Huang's avatar Shan Huang Committed by Automerger Merge Worker
Browse files

Merge "Add missing @Test annotation to ignoresGesture_transitionInProgress"...

Merge "Add missing @Test annotation to ignoresGesture_transitionInProgress" into tm-dev am: 308f9bfa

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18407083



Change-Id: I3f7268889046a4fe16f473ed13b3597056980fb2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 851c7f61 308f9bfa
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();