Loading libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -828,7 +828,7 @@ class DesktopTasksController( ) destDisplayLayout?.densityDpi()?.let { wct.setDensityDpi(task.token, it) } } desksOrganizer.removeDesk(wct, deskId, userId) desksOrganizer.removeDesk(wct, deskId, desktopRepository.userId) runOnTransitStartSet.add { transition -> desksTransitionObserver.addPendingTransition( DeskTransition.RemoveDesk( Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -828,7 +828,7 @@ class DesktopTasksController( ) destDisplayLayout?.densityDpi()?.let { wct.setDensityDpi(task.token, it) } } desksOrganizer.removeDesk(wct, deskId, userId) desksOrganizer.removeDesk(wct, deskId, desktopRepository.userId) runOnTransitStartSet.add { transition -> desksTransitionObserver.addPendingTransition( DeskTransition.RemoveDesk( Loading