Fixed flick to scroll issue when first finger was up.
authorTomasz Olszak <t.olszak@samsung.com>
Fri, 11 Sep 2015 10:26:40 +0000 (12:26 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Fri, 11 Sep 2015 14:44:18 +0000 (23:44 +0900)
commitd11cc8824a0dab7c512a87d64c08c708e3a9128d
tree678580cd905adea0ae3a86591baeb956e9be25e9
parent4566718df915650134833f57a965e0fa0d27021a
Fixed flick to scroll issue when first finger was up.

The function end_scroll was not called, if the first mouse (finger) having
"ev->multi.device == 0" was released first and the flick gesutre timeout
expired.

Change-Id: I5070e6ca4358b6c6441c22c2091966c94a93657e
src/screen_reader_gestures.c