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

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

Change-Id: If8bffd34efab2a6b7ce5d2d4900950769290c5bf
parents 66778577 c130b415
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);
            }