mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
clang-format after spellcheck changes
This commit is contained in:
@@ -145,7 +145,8 @@ public class DoubleGestureDetector
|
||||
mCurrentDoubleDownEvent.recycle();
|
||||
mCurrentDoubleDownEvent = MotionEvent.obtain(ev);
|
||||
|
||||
// set detection mode to unknown and send a TOUCH timeout event to detect single taps
|
||||
// set detection mode to unknown and send a TOUCH timeout event to detect single
|
||||
// taps
|
||||
mCurrentMode = MODE_UNKNOWN;
|
||||
mHandler.sendEmptyMessageDelayed(TAP, SINGLE_DOUBLE_TOUCH_TIMEOUT);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user