Remove the debugging code that left icons selected longer than they should be.

This commit is contained in:
Joe Onorato
2009-09-16 11:44:14 -04:00
parent 9392a75d04
commit 2ca51dc5f0
+1 -4
View File
@@ -618,9 +618,6 @@ public class AllAppsView extends RSSurfaceView
mScript.bindAllocation(mAllocLabelID, Defines.ALLOC_LABEL_IDS);
}
if (mAllAppsList != null) {
selectIcon(0); // TODO remove
}
mState.save();
}
@@ -715,7 +712,7 @@ public class AllAppsView extends RSSurfaceView
* You need to call save() on mState on your own after calling this.
*/
void clearSelectedIcon() {
//mState.selectedIconIndex = -1;
mState.selectedIconIndex = -1;
}
}
}