mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 00:36:49 +00:00
Merge "Do not notify desk mode changes on visible desk tasks count changes" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
e5cebbd9ca
@@ -960,7 +960,7 @@ class TaskbarRecentAppsControllerTest : TaskbarBaseTestCase() {
|
||||
private fun setInDesktopMode(inDesktopMode: Boolean) {
|
||||
whenever(taskbarControllers.taskbarDesktopModeController.shouldShowDesktopTasksInTaskbar())
|
||||
.thenReturn(inDesktopMode)
|
||||
whenever(taskbarControllers.taskbarDesktopModeController.isInDesktopMode)
|
||||
whenever(taskbarControllers.taskbarDesktopModeController.isInDesktopMode(DEFAULT_DISPLAY))
|
||||
.thenReturn(inDesktopMode)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user