am 07e4579f: Merge "Fixing issue where we weren\'t invalidating the correct press feedback layout (Bug: 6628324)" into jb-dev
* commit '07e4579f60dc25ce1ad610d780ef62abebdaf9f4':
Fixing issue where we weren't invalidating the correct press feedback layout (Bug: 6628324)
diff --git a/src/com/android/launcher2/HolographicLinearLayout.java b/src/com/android/launcher2/HolographicLinearLayout.java
index a40c727..0f997d5 100644
--- a/src/com/android/launcher2/HolographicLinearLayout.java
+++ b/src/com/android/launcher2/HolographicLinearLayout.java
@@ -68,6 +68,7 @@
void invalidatePressedFocusedStates() {
mHolographicHelper.invalidatePressedFocusedStates(mImageView);
+ invalidate();
}
@Override