Fix unmatched tap gesture count in invalid input. 96/309296/1
authorHosang Kim <hosang12.kim@samsung.com>
Fri, 29 Mar 2024 11:51:55 +0000 (20:51 +0900)
committerArtur Świgoń <a.swigon@samsung.com>
Mon, 8 Apr 2024 08:48:50 +0000 (10:48 +0200)
commit0a21df1a70abd7d011462ff745480582e33a1f3a
treeb7e468c7b051b2971c2d65e10ff9cde6d1d410b6
parentfe58fc1804feec5584c7e8b6094e0e420aa46301
Fix unmatched tap gesture count in invalid input.

If first finger is valid, other finger comes invalid down - valid-up,
down is ignored, but up is activated.
this occurs tap count negative which blocks all accessiblity gesture.

this fix prevent those case by block the invalid input only the first
finger so second will activate regardless of it's position.

Change-Id: I17b13e4ef48c99771c95e76d2ddda2f99412f2fc
src/e_screen_reader_gestures.c