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

Commit e6263563 authored by Will Osborn's avatar Will Osborn
Browse files

Fix missing callbacks in DesktopTasksController.moveTaskToDefaultDeskAndActivate

Flag: EXEMPT bugfix
Bug: 418822736
Test: Open Desktop menu item in Overview on CD

Change-Id: I5f0331228429c08aa6e0b06981d3142877e6f684
parent b1955705
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -1008,6 +1008,7 @@ class DesktopTasksController(
                wct = wct,
                transitionSource = transitionSource,
                remoteTransition = remoteTransition,
                callback = callback,
            )
        }
        mainScope.launch {
@@ -1018,6 +1019,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)