commit | 97909124a2d8b89135a5885c52226191e30291b6 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Tue Mar 15 09:16:30 2016 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Thu Apr 07 15:54:52 2016 -0700 |
tree | c1b55e75de569928eb993aa5bab100e453a8b17e | |
parent | 1cfd40c0771c4ebfd83fc0066aa56b0e77491e30 [diff] |
Fixing model being updated on UI thread > When package gets unavailable or suspended, the disabled flag was getting updated on the UI thread. This could lead to inconsistent model if launcher activity didn't exist. > Fixing: When unsuspending one work profile apps, all work profile apps get unsuspended Bug: 27673573,27673373,27403236 Change-Id: I7fde3f79c36204e73ca66ccf8431fa0f0cce3d08 Conflicts: src/com/android/launcher3/DragController.java