Merge "Fix issue #3380072: Switching in and out of gmail not preserving position in label" into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
2d63144ed9
@@ -3187,7 +3187,6 @@ public class ActivityStack {
|
||||
EventLog.writeEvent(EventLogTags.AM_FINISH_ACTIVITY,
|
||||
System.identityHashCode(r),
|
||||
r.task.taskId, r.shortComponentName, reason);
|
||||
r.task.numActivities--;
|
||||
if (index < (mHistory.size()-1)) {
|
||||
ActivityRecord next = (ActivityRecord)mHistory.get(index+1);
|
||||
if (next.task == r.task) {
|
||||
|
||||
Reference in New Issue
Block a user