Loading services/java/com/android/server/am/ActivityStack.java 100755 → 100644 +4 −0 Original line number Diff line number Diff line Loading @@ -1705,6 +1705,10 @@ final class ActivityStack { boolean startIt = true; for (int taskNdx = mTaskHistory.size() - 1; taskNdx >= 0; --taskNdx) { task = mTaskHistory.get(taskNdx); if (task.getTopActivity() == null) { // All activities in task are finishing. continue; } if (task == r.task) { // Here it is! Now, if this is not yet visible to the // user, then just add it without starting; it will Loading Loading
services/java/com/android/server/am/ActivityStack.java 100755 → 100644 +4 −0 Original line number Diff line number Diff line Loading @@ -1705,6 +1705,10 @@ final class ActivityStack { boolean startIt = true; for (int taskNdx = mTaskHistory.size() - 1; taskNdx >= 0; --taskNdx) { task = mTaskHistory.get(taskNdx); if (task.getTopActivity() == null) { // All activities in task are finishing. continue; } if (task == r.task) { // Here it is! Now, if this is not yet visible to the // user, then just add it without starting; it will Loading