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

Commit f03f56ad authored by Jorge Gil's avatar Jorge Gil Committed by Android (Google) Code Review
Browse files

Merge "Revert to using task windowing mode for caption type check" into main

parents 50403dfa 613eed06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ constructor(
        inSyncWithTransition: Boolean,
    ): RelayoutParams {
        val captionType =
            if (desktopUserRepositories.current.isActiveTask(taskInfo.taskId)) {
            if (taskInfo.isFreeform) {
                CaptionController.CaptionType.APP_HEADER
            } else {
                CaptionController.CaptionType.APP_HANDLE