mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
A style fix
Just a style fix to follow up the previous commit. BUG: 11439600 Change-Id: Ib7a4654627a6fc22d86f2097f86f001bd76426e9
This commit is contained in:
parent
b30f7e4bce
commit
6c326caa4f
@ -552,7 +552,7 @@ public final class EmojiPalettesView extends LinearLayout implements OnTabChange
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
final int code = (Integer) tag;
|
final int code = (Integer) tag;
|
||||||
switch(event.getAction()) {
|
switch (event.getAction()) {
|
||||||
case MotionEvent.ACTION_DOWN:
|
case MotionEvent.ACTION_DOWN:
|
||||||
mKeyboardActionListener.onPressKey(
|
mKeyboardActionListener.onPressKey(
|
||||||
code, 0 /* repeatCount */, true /* isSinglePointer */);
|
code, 0 /* repeatCount */, true /* isSinglePointer */);
|
||||||
|
Loading…
Reference in New Issue
Block a user