am 68017667: am 15237db0: am 8cf34293: Launcher2 - This might fix the missing app problem and the crash in removeApp.
Merge commit '6801766784c752609fc4a63db9038e5f64db6453' * commit '6801766784c752609fc4a63db9038e5f64db6453': Launcher2 - This might fix the missing app problem and the crash in removeApp.
This commit is contained in:
@@ -804,7 +804,7 @@ public class AllAppsView extends RSSurfaceView
|
||||
private Canvas mSelectionCanvas;
|
||||
|
||||
boolean mHasSurface = false;
|
||||
private boolean mAppsDirty = false;
|
||||
private boolean mAppsDirty = true;
|
||||
|
||||
Params mParams;
|
||||
State mState;
|
||||
@@ -1051,7 +1051,7 @@ public class AllAppsView extends RSSurfaceView
|
||||
|
||||
void dirtyCheck() {
|
||||
if (mHasSurface) {
|
||||
if (mAppsDirty) {
|
||||
if (mAppsDirty && mAllAppsList != null) {
|
||||
for (int i=0; i < mState.iconCount; i++) {
|
||||
uploadAppIcon(i, mAllAppsList.get(i));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user