DO NOT MERGE

Clearing reference to SavedState bundle after restoring from it. (Bug 11322014)
(cherry picked from commit d8e596db4b)

Change-Id: I106f4897ef4ab43d996c0b926ce08ab6ccb2d8a4
This commit is contained in:
Winson Chung
2013-10-21 17:14:12 -07:00
committed by Adam Cohen
parent 6811c5a414
commit a78b25f89d

View File

@@ -4087,6 +4087,7 @@ public class Workspace extends SmoothPagedView
}
}
mRestoredPages.clear();
mSavedStates = null;
}
@Override