mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 6c326caa: A style fix
* commit '6c326caa4f37eb29774aeb82a39c56df62c7f568': A style fix
This commit is contained in:
commit
21ebd83d6f
@ -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 */);
|
||||
|
Loading…
x
Reference in New Issue
Block a user