commit | 6c326caa4f37eb29774aeb82a39c56df62c7f568 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Thu Jan 09 15:54:47 2014 +0900 |
committer | Yohei Yukawa <yukawa@google.com> | Thu Jan 09 15:54:47 2014 +0900 |
tree | d506ef10eaf34f9be43ca284a6d9875855292459 | |
parent | b30f7e4bceefc4f30c7b942675cc6af5f6d8d852 [diff] |
A style fix Just a style fix to follow up the previous commit. BUG: 11439600 Change-Id: Ib7a4654627a6fc22d86f2097f86f001bd76426e9
diff --git a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java index 3174961..8dea908 100644 --- a/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java +++ b/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java
@@ -552,7 +552,7 @@ return false; } final int code = (Integer) tag; - switch(event.getAction()) { + switch (event.getAction()) { case MotionEvent.ACTION_DOWN: mKeyboardActionListener.onPressKey( code, 0 /* repeatCount */, true /* isSinglePointer */);