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

Commit 11cce798 authored by Guang Zhu's avatar Guang Zhu
Browse files

Fix build

Change-Id: I530793e9090d780a5cb2581ee185badc51e14902
parent 4e9e0047
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8006,7 +8006,7 @@ public final class ActivityManagerService extends ActivityManagerNative
        long ident = Binder.clearCallingIdentity();
        try {
            synchronized (this) {
                TaskRecord task = mStackSupervisor.anyTaskForIdLocked(taskId, true);
                TaskRecord task = mStackSupervisor.anyTaskForIdLocked(taskId);
                if (task == null) {
                    Slog.w(TAG, "resizeTask: taskId=" + taskId + " not found");
                    return;