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

Commit ef5937da 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

Change-Id: I45139d0e8d284b1ed20706e425742c1bfcd8cb40
parents 2340aadd e0784ef3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1543,10 +1543,6 @@ final class ActivityRecord extends ConfigurationContainer {
        if (stopped) {
            clearOptionsLocked();
        }

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

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