commit | 276222e0b85ecef024fda4e32241503ef6796471 | [log] [tgz] |
---|---|---|
author | Pragya Bajoria <pragyabajoria@google.com> | Tue Oct 01 17:20:28 2024 +0000 |
committer | Pragya Bajoria <pragyabajoria@google.com> | Tue Oct 01 17:23:19 2024 +0000 |
tree | 28b9580eaac51c06cf54ec64faee40148208a401 | |
parent | 579dd0b6999c3e0b7b1d44d22083f95462f0f741 [diff] |
Fix a typo in DesktopTasksController.kt Flag: EXEMPT (fix typo) Bug: 366397912 Change-Id: I005af809301faad893c03a84adfa127096735819
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt b/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt index acaad69..125805c 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt
@@ -209,7 +209,7 @@ { createExternalInterface() }, this ) - shellController.addUserChangeListener(this); + shellController.addUserChangeListener(this) transitions.addHandler(this) dragToDesktopTransitionHandler.dragToDesktopStateListener = dragToDesktopStateListener recentsTransitionHandler.addTransitionStateListener(