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

Commit d17d5a48 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Skip task overlay in calcuating task description" into pi-dev

parents a7988330 80f80dbb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1606,6 +1606,9 @@ class TaskRecord extends ConfigurationContainer implements TaskWindowContainerLi
            boolean topActivity = true;
            for (--activityNdx; activityNdx >= 0; --activityNdx) {
                final ActivityRecord r = mActivities.get(activityNdx);
                if (r.mTaskOverlay) {
                    continue;
                }
                if (r.taskDescription != null) {
                    if (label == null) {
                        label = r.taskDescription.getLabel();