diff options
author | 2014-02-13 01:57:37 +0900 | |
---|---|---|
committer | 2014-02-13 01:58:58 +0900 | |
commit | cfe26bbcde7187b25c3369f6e6039a597646ce18 (patch) | |
tree | 1fa1f3956a527b549a984e1615ce31660140a789 /java/src | |
parent | 50fbe4cc09e9ee98f94f3a90b1353ec22ac149c7 (diff) | |
download | latinime-cfe26bbcde7187b25c3369f6e6039a597646ce18.tar.gz latinime-cfe26bbcde7187b25c3369f6e6039a597646ce18.tar.xz latinime-cfe26bbcde7187b25c3369f6e6039a597646ce18.zip |
Fix indent.
This is a follow up for the previous commit to fix indent.
BUG: 12964092
Change-Id: I0530b1c0dae26ac736ddcc6d426ec6ce57bce4d1
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java index b44741cda..50e8163c3 100644 --- a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java +++ b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java @@ -723,7 +723,7 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange // 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(); } |