clang-format after spellcheck changes

This commit is contained in:
akallabeth
2024-11-21 09:52:45 +01:00
parent 4f2afa8c47
commit f1e4b30507
3 changed files with 9 additions and 6 deletions

View File

@@ -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);