Merge "Fix Hotseat flashing during DW to home transition" into main

This commit is contained in:
Jagrut Desai
2025-06-03 13:06:23 -07:00
committed by Android (Google) Code Review
3 changed files with 9 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ class TaskbarRecentAppsControllerTest : TaskbarBaseTestCase() {
recentTasksChangedListener = null
it
}
whenever(taskbarDesktopModeController.isLauncherAnimationRunning).thenReturn(false)
recentAppsController = TaskbarRecentAppsController(mockContext, mockRecentsModel)
recentAppsController.canShowRunningApps = canShowRunningAndRecentAppsAtInit
recentAppsController.canShowRecentApps = canShowRunningAndRecentAppsAtInit