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

Commit bada7b4a authored by Pragya Bajoria's avatar Pragya Bajoria Committed by Android (Google) Code Review
Browse files

Merge "Update TODO bug to track tech debt since the current bug has been closed." into main

parents d10af358 11865076
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ class DesktopTasksController(
        bringDesktopAppsToFront(displayId, wct)

        if (Transitions.ENABLE_SHELL_TRANSITIONS) {
            // TODO(b/255649902): ensure remote transition is supplied once state is introduced
            // TODO(b/309014605): ensure remote transition is supplied once state is introduced
            val transitionType = if (remoteTransition == null) TRANSIT_NONE else TRANSIT_TO_FRONT
            val handler = remoteTransition?.let {
                OneShotRemoteHandler(transitions.mainExecutor, remoteTransition)