mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
am 15237db0: am 8cf34293: Launcher2 - This might fix the missing app problem and the crash in removeApp.
Merge commit '15237db04c12c3bf193211a878aa69ea91e2052a' into eclair-mr2-plus-aosp * commit '15237db04c12c3bf193211a878aa69ea91e2052a': 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