mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Do not output string-encoded MotionEvent."
This commit is contained in:
commit
8bfd57820f
@ -1760,7 +1760,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
||||
public static void suddenJumpingTouchEventHandler_onTouchEvent(final MotionEvent me) {
|
||||
if (me != null) {
|
||||
getInstance().enqueueEvent(LOGSTATEMENT_SUDDENJUMPINGTOUCHEVENTHANDLER_ONTOUCHEVENT,
|
||||
me.toString());
|
||||
MotionEvent.obtain(me));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user