summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AllAppsView.java
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-09-16 11:44:14 -0400
committerJoe Onorato <joeo@android.com>2009-09-16 11:44:14 -0400
commit2ca51dc5f03f3ccd3ef4f55b8e4f068214008894 (patch)
tree257ffe3d037318f24811ef191c517aed8a56073a /src/com/android/launcher2/AllAppsView.java
parent9392a75d0493fc9aacbb1e6e63518b0fa66cc3b9 (diff)
downloadandroid_packages_apps_Trebuchet-2ca51dc5f03f3ccd3ef4f55b8e4f068214008894.tar.gz
android_packages_apps_Trebuchet-2ca51dc5f03f3ccd3ef4f55b8e4f068214008894.tar.bz2
android_packages_apps_Trebuchet-2ca51dc5f03f3ccd3ef4f55b8e4f068214008894.zip
Remove the debugging code that left icons selected longer than they should be.
Diffstat (limited to 'src/com/android/launcher2/AllAppsView.java')
-rw-r--r--src/com/android/launcher2/AllAppsView.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/com/android/launcher2/AllAppsView.java b/src/com/android/launcher2/AllAppsView.java
index 7c7de152a..95f36d693 100644
--- a/src/com/android/launcher2/AllAppsView.java
+++ b/src/com/android/launcher2/AllAppsView.java
@@ -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;
}
}
}