commit | cfe26bbcde7187b25c3369f6e6039a597646ce18 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Thu Feb 13 01:57:37 2014 +0900 |
committer | Yohei Yukawa <yukawa@google.com> | Thu Feb 13 01:58:58 2014 +0900 |
tree | 1fa1f3956a527b549a984e1615ce31660140a789 | |
parent | 50fbe4cc09e9ee98f94f3a90b1353ec22ac149c7 [diff] |
Fix indent. This is a follow up for the previous commit to fix indent. BUG: 12964092 Change-Id: I0530b1c0dae26ac736ddcc6d426ec6ce57bce4d1
diff --git a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java index b44741c..50e8163 100644 --- a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java +++ b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java
@@ -723,7 +723,7 @@ // Make sure the delayed key-down event (highlight effect and haptic feedback) will be // canceled. final EmojiPageKeyboardView currentKeyboardView = - mActiveKeyboardViews.get(mActivePosition); + mActiveKeyboardViews.get(mActivePosition); currentKeyboardView.releaseCurrentKey(); }