mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am e5748387: Merge "Remove redundant logs"
* commit 'e5748387ac753066fb2f88ea413bcf37761575a4': Remove redundant logs
This commit is contained in:
commit
b864d07e27
@ -534,6 +534,9 @@ public class LatinKeyboardView extends KeyboardView implements PointerTracker.Ke
|
|||||||
case MotionEvent.ACTION_POINTER_DOWN:
|
case MotionEvent.ACTION_POINTER_DOWN:
|
||||||
eventTag = "[PointerDown]";
|
eventTag = "[PointerDown]";
|
||||||
break;
|
break;
|
||||||
|
case MotionEvent.ACTION_MOVE: // Skip this as being logged below
|
||||||
|
eventTag = "";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
eventTag = "[Action" + action + "]";
|
eventTag = "[Action" + action + "]";
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user