commit | e6235dd225404239b55c459245543f3302326112 | [log] [tgz] |
---|---|---|
author | Michael Jurka <mikejurka@google.com> | Tue Oct 04 15:02:05 2011 -0700 |
committer | Michael Jurka <mikejurka@google.com> | Tue Oct 04 15:02:49 2011 -0700 |
tree | d09c11620d5e38c2bacdca898f38240e72fd35f0 | |
parent | 1e57c2822c2c38ef3aa48fce096da865679f123f [diff] [blame] |
Removing click delay from hotseat Change-Id: I9b227b387f43f2cc446ec93c65a7307ca8be53e8
diff --git a/src/com/android/launcher2/BubbleTextView.java b/src/com/android/launcher2/BubbleTextView.java index cdc89ba..51fdc2e 100644 --- a/src/com/android/launcher2/BubbleTextView.java +++ b/src/com/android/launcher2/BubbleTextView.java
@@ -221,7 +221,7 @@ // have to call invalidate as soon as the state is "pressed" if (isPressed()) { mDidInvalidateForPressedState = true; - invalidate(); + setCellLayoutPressedOrFocusedIcon(); } else { mDidInvalidateForPressedState = false; }