Merge "Add missing @Test annotation to ignoresGesture_transitionInProgress" into tm-dev
This commit is contained in:
@@ -254,6 +254,7 @@ public class BackAnimationControllerTest {
|
||||
verify(mIOnBackInvokedCallback, never()).onBackInvoked();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void ignoresGesture_transitionInProgress() throws RemoteException {
|
||||
mController.setBackToLauncherCallback(mIOnBackInvokedCallback);
|
||||
RemoteAnimationTarget animationTarget = createAnimationTarget();
|
||||
|
||||
Reference in New Issue
Block a user