Loading services/core/java/com/android/server/am/ActivityStack.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2274,7 +2274,7 @@ final class ActivityStack { // In this case, we want to finish this activity // In this case, we want to finish this activity // and everything above it, so be sneaky and pretend // and everything above it, so be sneaky and pretend // like these are all in the reply chain. // like these are all in the reply chain. end = numActivities - 1; end = activities.size() - 1; } else if (replyChainEnd < 0) { } else if (replyChainEnd < 0) { end = i; end = i; } else { } else { Loading Loading
services/core/java/com/android/server/am/ActivityStack.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2274,7 +2274,7 @@ final class ActivityStack { // In this case, we want to finish this activity // In this case, we want to finish this activity // and everything above it, so be sneaky and pretend // and everything above it, so be sneaky and pretend // like these are all in the reply chain. // like these are all in the reply chain. end = numActivities - 1; end = activities.size() - 1; } else if (replyChainEnd < 0) { } else if (replyChainEnd < 0) { end = i; end = i; } else { } else { Loading