summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/HolographicImageView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/HolographicImageView.java')
-rw-r--r--src/com/android/launcher3/HolographicImageView.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher3/HolographicImageView.java b/src/com/android/launcher3/HolographicImageView.java
index 18ac092e6..33ab8b5a6 100644
--- a/src/com/android/launcher3/HolographicImageView.java
+++ b/src/com/android/launcher3/HolographicImageView.java
@@ -80,7 +80,6 @@ public class HolographicImageView extends ImageView {
protected void drawableStateChanged() {
super.drawableStateChanged();
- mHolographicHelper.generatePressedFocusedStates(this);
Drawable d = getDrawable();
if (d instanceof StateListDrawable) {
StateListDrawable sld = (StateListDrawable) d;