Merge "Fix indent."

This commit is contained in:
Yohei Yukawa 2014-02-14 01:26:48 +00:00 committed by Android (Google) Code Review
commit 5f9f4b929b

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 // Make sure the delayed key-down event (highlight effect and haptic feedback) will be
// canceled. // canceled.
final EmojiPageKeyboardView currentKeyboardView = final EmojiPageKeyboardView currentKeyboardView =
mActiveKeyboardViews.get(mActivePosition); mActiveKeyboardViews.get(mActivePosition);
currentKeyboardView.releaseCurrentKey(); currentKeyboardView.releaseCurrentKey();
} }