From da477af93dfee3af40a8134652f32b9a2c700104 Mon Sep 17 00:00:00 2001 From: Ats Jenk Date: Tue, 1 Oct 2024 21:06:02 +0000 Subject: [PATCH] Fix comment in TransientBubbleStashControllerTest Bug: 345488489 Change-Id: Ide38c1e36a0da53e9fcc7a5c6b0c3241eff24add Test: na Flag: DOCS_ONLY --- .../bubbles/stashing/TransientBubbleStashControllerTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/stashing/TransientBubbleStashControllerTest.kt b/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/stashing/TransientBubbleStashControllerTest.kt index c6a50d1d0f..412bdeb8ac 100644 --- a/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/stashing/TransientBubbleStashControllerTest.kt +++ b/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/stashing/TransientBubbleStashControllerTest.kt @@ -240,7 +240,7 @@ class TransientBubbleStashControllerTest { mTransientBubbleStashController.isStashed = false whenever(bubbleBarViewController.isHiddenForNoBubbles).thenReturn(false) - // When unstash + // When stash getInstrumentation().runOnMainSync { mTransientBubbleStashController.updateStashedAndExpandedState( stash = true,