Skip to content

Commit

Permalink
Fix for disappearing icons bug.
Browse files Browse the repository at this point in the history
Change-Id: I5c23a70e4202f07082b63eabe7afe67edd0d78b3
  • Loading branch information
Raj Yengisetty committed Jul 9, 2014
1 parent 8efcdcc commit abb65fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/android/launcher3/Launcher.java
Expand Up @@ -4135,6 +4135,8 @@ public int getCurrentWorkspaceScreen() {
* Implementation of the method from LauncherModel.Callbacks.
*/
public void startBinding() {
mWorkspaceLoading = true;

// If we're starting binding all over again, clear any bind calls we'd postponed in
// the past (see waitUntilResume) -- we don't need them since we're starting binding
// from scratch again
Expand Down

0 comments on commit abb65fb

Please sign in to comment.