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

Commit 11865076 authored by Pragya Bajoria's avatar Pragya Bajoria
Browse files

Update TODO bug to track tech debt since the current bug has been closed.

Change-Id: Ic2ca850c5545d130f43f840ac4494376ce6ea39f
Bug: 309014605
parent 8bdef1f0
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)