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

Commit 8173d4ed authored by Will Osborn's avatar Will Osborn Committed by Android (Google) Code Review
Browse files

Merge "Fix missing callbacks in DesktopTasksController.moveTaskToDefaultDeskAndActivate" into main

parents b03fd794 e6263563
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1010,6 +1010,7 @@ class DesktopTasksController(
                wct = wct,
                transitionSource = transitionSource,
                remoteTransition = remoteTransition,
                callback = callback,
            )
        }
        mainScope.launch {
@@ -1020,6 +1021,7 @@ class DesktopTasksController(
                    wct = wct,
                    transitionSource = transitionSource,
                    remoteTransition = remoteTransition,
                    callback = callback,
                )
            } catch (t: Throwable) {
                logE("Failed to move task to default desk: %s", t.message)