Skip to content
Snippets Groups Projects
Commit cfe26bbc authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Fix indent.

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

BUG: 12964092
Change-Id: I0530b1c0dae26ac736ddcc6d426ec6ce57bce4d1
parent 50fbe4cc
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment