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

Commit 0d5b27b2 authored by Riddle Hsu's avatar Riddle Hsu Committed by Gerrit Code Review
Browse files

Merge "Fix: Recent Apps not closing"

parents 0d1847ae f59b8135
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1541,10 +1541,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
@@ -1794,6 +1794,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);
            }