Solve blip the first time All Apps is launched

This commit is contained in:
Michael Jurka
2012-04-26 15:04:28 -07:00
parent 840ebf6277
commit a35e35ae0a
4 changed files with 39 additions and 11 deletions
@@ -762,7 +762,12 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
}
@Override
public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
public View getContent() {
return null;
}
@Override
public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) {
mInTransition = true;
if (toWorkspace) {
cancelAllTasks();
@@ -770,8 +775,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
}
@Override
public View getContent() {
return null;
public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
}
@Override