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

Commit 74a66013 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am f71f5e89: Merge "[ActivityManager] fix NPE in ActivityStack.resetTargetTaskIfNeededLocked."

* commit 'f71f5e89':
  [ActivityManager] fix NPE in ActivityStack.resetTargetTaskIfNeededLocked.
parents afc5b22c f71f5e89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2269,7 +2269,7 @@ final class ActivityStack {
                    // In this case, we want to finish this activity
                    // and everything above it, so be sneaky and pretend
                    // like these are all in the reply chain.
                    end = numActivities - 1;
                    end = activities.size() - 1;
                } else if (replyChainEnd < 0) {
                    end = i;
                } else {