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

Commit 273ea316 authored by Louis Chang's avatar Louis Chang Committed by Automerger Merge Worker
Browse files

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

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

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

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