OSDN Git Service

Clearing reference to SavedState bundle after restoring from it. (Bug 11322014)
authorWinson Chung <winsonc@google.com>
Tue, 22 Oct 2013 00:14:12 +0000 (17:14 -0700)
committerWinson Chung <winsonc@google.com>
Tue, 22 Oct 2013 00:14:12 +0000 (17:14 -0700)
src/com/android/launcher3/Workspace.java

index a1353c3..e9d41d5 100644 (file)
@@ -4085,6 +4085,7 @@ public class Workspace extends SmoothPagedView
             }
         }
         mRestoredPages.clear();
+        mSavedStates = null;
     }
 
     @Override