Fix indent.

This is a follow up for the previous commit to fix indent.

BUG: 12964092
Change-Id: I0530b1c0dae26ac736ddcc6d426ec6ce57bce4d1
main
Yohei Yukawa 2014-02-13 01:57:37 +09:00
parent 50fbe4cc09
commit cfe26bbcde
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}