A style fix

Just a style fix to follow up the previous commit.

BUG: 11439600
Change-Id: Ib7a4654627a6fc22d86f2097f86f001bd76426e9
main
Yohei Yukawa 2014-01-09 15:54:47 +09:00
parent b30f7e4bce
commit 6c326caa4f
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange
return false;
}
final int code = (Integer) tag;
switch(event.getAction()) {
switch (event.getAction()) {
case MotionEvent.ACTION_DOWN:
mKeyboardActionListener.onPressKey(
code, 0 /* repeatCount */, true /* isSinglePointer */);