diff --git a/src/com/android/launcher2/AllAppsView.java b/src/com/android/launcher2/AllAppsView.java index 6b4eab4efe..608556051c 100644 --- a/src/com/android/launcher2/AllAppsView.java +++ b/src/com/android/launcher2/AllAppsView.java @@ -398,6 +398,7 @@ public class AllAppsView extends RSSurfaceView cancelLongPress(); mRollo.clearSelectedIcon(); + mRollo.setHomeSelected(false); if (amount > 0.001f) { // set in readback, so we're correct even before the next frame mRollo.mState.zoomTarget = amount;