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

Commit 32eba8bb authored by Jagrut Desai's avatar Jagrut Desai Committed by Android (Google) Code Review
Browse files

Merge "Handle taskbar corner radius update when closing DW tasks" into main

parents 766c5b94 b08d0b67
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -465,6 +465,12 @@ class DesktopTasksController(
            removeWallpaperActivity(wct)
            removeWallpaperActivity(wct)
        }
        }
        taskRepository.addClosingTask(displayId, taskId)
        taskRepository.addClosingTask(displayId, taskId)
        taskbarDesktopTaskListener?.onTaskbarCornerRoundingUpdate(
            doesAnyTaskRequireTaskbarRounding(
                displayId,
                taskId
            )
        )
    }
    }


    fun minimizeTask(taskInfo: RunningTaskInfo) {
    fun minimizeTask(taskInfo: RunningTaskInfo) {