Skip to content

Commit aeba291

Browse files
author
TNT-RoX
committed
Fix swipe problem with Android 4.4.x (kitkat)
Second part of swipe fix. This fixes a need to tap->tap->slide issue in the latest releases of Android
1 parent 4e39e92 commit aeba291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/quo.gestures.swipe.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Quo.Gestures.add
3838
else
3939
_last = null
4040

41-
end = (target, data) ->
41+
cancel = end = (target, data) ->
4242
if _last
4343
_check(false)
4444
_last = null

0 commit comments

Comments
 (0)