Merge "Add missing @Test annotation to ignoresGesture_transitionInProgress" into tm-dev

This commit is contained in:
Shan Huang
2022-05-16 21:46:59 +00:00
committed by Android (Google) Code Review

View File

@@ -254,6 +254,7 @@ public class BackAnimationControllerTest {
verify(mIOnBackInvokedCallback, never()).onBackInvoked();
}
@Test
public void ignoresGesture_transitionInProgress() throws RemoteException {
mController.setBackToLauncherCallback(mIOnBackInvokedCallback);
RemoteAnimationTarget animationTarget = createAnimationTarget();