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

Commit 0aeb05e6 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Fix a problem in finish affinity in Activity Manager." into jb-dev

parents 0e3057c6 bfc1be11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3543,7 +3543,7 @@ final class ActivityStack {
        }
        ActivityRecord r = mHistory.get(index);

        while (index > 0) {
        while (index >= 0) {
            ActivityRecord cur = mHistory.get(index);
            if (cur.task != r.task) {
                break;