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