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

Commit f71f5e89 authored by Craig Mautner's avatar Craig Mautner Committed by Gerrit Code Review
Browse files

Merge "[ActivityManager] fix NPE in ActivityStack.resetTargetTaskIfNeededLocked."

parents da30b545 4b5a9a09
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 {