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

Commit 5640392f authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 2d63144e: Merge "Fix issue #3380072: Switching in and out of gmail not...

am 2d63144e: Merge "Fix issue #3380072: Switching in and out of gmail not preserving position in label" into honeycomb

* commit '2d63144e':
  Fix issue #3380072: Switching in and out of gmail not preserving position in label
parents ba492eb6 2d63144e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {