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

Commit 4d203e0c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Move the pinned task to front when dismissed split-screen" into...

Merge "Merge "Move the pinned task to front when dismissed split-screen" into rvc-dev am: 92d8d6c3 am: c10b144b am: ea838912" into rvc-qpr-dev-plus-aosp am: 33a005d2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12034169

Change-Id: I5285bf4a8a7fbe6443f6b27befd729f52666d7f2
parents 3a54cf1b 33a005d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2177,7 +2177,7 @@ public class ActivityStackSupervisor implements RecentTasks.Callbacks {
                // split-screen in split-screen.
                mService.getTaskChangeNotificationController()
                        .notifyActivityDismissingDockedStack();
                taskDisplayArea.onSplitScreenModeDismissed(task.getStack());
                taskDisplayArea.onSplitScreenModeDismissed((ActivityStack) task);
                taskDisplayArea.mDisplayContent.ensureActivitiesVisible(null, 0, PRESERVE_WINDOWS,
                        true /* notifyClients */);
            }