Deselect the home icon whenever we zoom, in case we were tracking it.

This commit is contained in:
Joe Onorato
2009-10-15 21:29:21 -07:00
parent d63458b34c
commit 1d708e7262

View File

@@ -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;