commit | e21d6b15d5d5ae62ff6195919e849151d0749c15 | [log] [tgz] |
---|---|---|
author | Uwais Ashraf <uwaisashraf@google.com> | Tue May 21 21:18:11 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue May 21 21:18:11 2024 +0000 |
tree | 58b13f84bd27361806c876e805658a298c654823 | |
parent | 821fac010f70e920340583dd60796cfa97a4cfa9 [diff] | |
parent | 784b4f28b0477ef8ce5b42b8646e2c1f3a76fcca [diff] |
Merge "Fix some compile errors occurring as a result of robo enablement" into main
diff --git a/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/BubbleBarViewAnimatorTest.kt b/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/BubbleBarViewAnimatorTest.kt index c54755b..49e54fb 100644 --- a/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/BubbleBarViewAnimatorTest.kt +++ b/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/BubbleBarViewAnimatorTest.kt
@@ -299,6 +299,7 @@ InstrumentationRegistry.getInstrumentation().runOnMainSync {} PhysicsAnimatorTestUtils.blockUntilAnimationsEnd(DynamicAnimation.TRANSLATION_Y) + InstrumentationRegistry.getInstrumentation().waitForIdleSync() assertThat(bubbleBarView.isAnimatingNewBubble).isFalse() assertThat(bubbleBarView.alpha).isEqualTo(0) assertThat(handle.translationY).isEqualTo(0)