Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6b343b7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix usage of userId in display-disconnect" into main

parents 69cd3886 e5af8861
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -828,7 +828,7 @@ class DesktopTasksController(
                        )
                        )
                        destDisplayLayout?.densityDpi()?.let { wct.setDensityDpi(task.token, it) }
                        destDisplayLayout?.densityDpi()?.let { wct.setDensityDpi(task.token, it) }
                    }
                    }
                    desksOrganizer.removeDesk(wct, deskId, userId)
                    desksOrganizer.removeDesk(wct, deskId, desktopRepository.userId)
                    runOnTransitStartSet.add { transition ->
                    runOnTransitStartSet.add { transition ->
                        desksTransitionObserver.addPendingTransition(
                        desksTransitionObserver.addPendingTransition(
                            DeskTransition.RemoveDesk(
                            DeskTransition.RemoveDesk(