Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment