Loading services/core/java/com/android/server/am/ActivityStack.java +6 −1 Original line number Diff line number Diff line Loading @@ -1326,8 +1326,13 @@ final class ActivityStack { if (r != starting) { mStackSupervisor.startSpecificActivityLocked( r, noStackActivityResumed, false); if (activityNdx >= activities.size()) { // Record may be removed if its process needs to restart. activityNdx = activities.size() - 1; } else { noStackActivityResumed = false; } } } else if (r.visible) { // If this activity is already visible, then there is nothing Loading Loading
services/core/java/com/android/server/am/ActivityStack.java +6 −1 Original line number Diff line number Diff line Loading @@ -1326,8 +1326,13 @@ final class ActivityStack { if (r != starting) { mStackSupervisor.startSpecificActivityLocked( r, noStackActivityResumed, false); if (activityNdx >= activities.size()) { // Record may be removed if its process needs to restart. activityNdx = activities.size() - 1; } else { noStackActivityResumed = false; } } } else if (r.visible) { // If this activity is already visible, then there is nothing Loading