| commit | f7d9926b91bae77c9c9a5ef6d5875d420a530e67 | [log] [tgz] |
|---|---|---|
| author | Gabriele M <moto.falcon.git@gmail.com> | Sun Sep 03 12:56:20 2017 +0200 |
| committer | Gabriele M <moto.falcon.git@gmail.com> | Sun Sep 03 12:57:33 2017 +0000 |
| tree | fa3e382a3e80ca8733b2256fe2dc89a1f37fe105 | |
| parent | 77ef7901a49dc0101456c32d7b504eb6043c19b7 [diff] |
SetupWizard: Fix the accessibility services gesture Returning false from onInterceptTouchEvent() or onTouchEvent() causes getPointerCount() to never be greater than 1, therefore enabling the accessibility services is currently impossible. Fix this and simplify the code merging onInterceptTouchEvent() into onTouchEvent(). Change-Id: Ieadbb41f9f3f3fb62d11f5a29986630d35e7e8c4