OSDN Git Service

Fixing issue where updating the visibility of one application can trigger all icons...
authorWinson Chung <winsonc@google.com>
Wed, 1 May 2013 23:53:33 +0000 (16:53 -0700)
committerWinson Chung <winsonc@google.com>
Fri, 3 May 2013 21:47:51 +0000 (14:47 -0700)
commit83892cc0768bd6d7f0827886e9e7a2eb3eed2b01
treef1c49511bade85d7cdc57e5001c8b361ebc48615
parent81426b9bfee67c1313f59629e9dca523fe2c46d1
Fixing issue where updating the visibility of one application can trigger all icons to disappear. (Bug 8757421)

- Also queueing bindComponentsRemoved() and bindPackagesUpdated() to wait for resume (Bug 8594153)

Change-Id: I44028fe79f6fa6bcd6b829e36f3f5b9ed756dc4d
src/com/android/launcher2/ApplicationInfo.java
src/com/android/launcher2/AppsCustomizePagedView.java
src/com/android/launcher2/DragController.java
src/com/android/launcher2/Launcher.java
src/com/android/launcher2/LauncherModel.java
src/com/android/launcher2/ShortcutInfo.java
src/com/android/launcher2/Workspace.java