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

Commit a5695eee authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 0aeb05e6: Merge "Fix a problem in finish affinity in Activity Manager." into jb-dev

* commit '0aeb05e6':
  Fix a problem in finish affinity in Activity Manager.
parents 8b764de2 0aeb05e6
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;