From cfe26bbcde7187b25c3369f6e6039a597646ce18 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Thu, 13 Feb 2014 01:57:37 +0900 Subject: [PATCH] Fix indent. This is a follow up for the previous commit to fix indent. BUG: 12964092 Change-Id: I0530b1c0dae26ac736ddcc6d426ec6ce57bce4d1 --- .../src/com/android/inputmethod/keyboard/EmojiPalettesView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }