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

Commit 3ceb4fd2 authored by Riddle Hsu's avatar Riddle Hsu Committed by android-build-merger
Browse files

Merge "Fix: Recent Apps not closing" am: 0d5b27b2 am: c130b415 am: e0784ef3

am: ef5937da

Change-Id: I800e0ef31d2341c639133193451e718525f1f81f
parents b4dd4d92 ef5937da
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2005,10 +2005,6 @@ final class ActivityRecord extends AppWindowToken {
        if (stopped) {
            clearOptionsLocked();
        }

        if (mAtmService != null) {
            mAtmService.getTaskChangeNotificationController().notifyTaskStackChanged();
        }
    }

    /**
+1 −0
Original line number Diff line number Diff line
@@ -1796,6 +1796,7 @@ public class ActivityStackSupervisor implements RecentTasks.Callbacks {
            tr.removeTaskActivitiesLocked(reason);
            cleanUpRemovedTaskLocked(tr, killProcess, removeFromRecents);
            mService.getLockTaskController().clearLockedTask(tr);
            mService.getTaskChangeNotificationController().notifyTaskStackChanged();
            if (tr.isPersistable) {
                mService.notifyTaskPersisterLocked(null, true);
            }