commit | d8a3663afc1f4db38a28f9eb93c8596c43ccb699 | [log] [tgz] |
---|---|---|
author | Keiji Ariyama <keiji_ariyama@c-lis.co.jp> | Sat Mar 10 12:25:31 2012 +0900 |
committer | Keiji Ariyama <keiji_ariyama@c-lis.co.jp> | Fri Mar 16 21:56:35 2012 +0900 |
tree | 7dd544cc87809d58ddb97ae436dc55260acba592 | |
parent | 67cf093d86539d4f3db7e2a2b168c9a250c0a5b8 [diff] |
Fixes an issue that occured unexpected exception "pointerIndex out of range". The findNewActiveIndex method may return -1. So, the code should check case of -1 before event.getPointerId and if index0 is -1, gesture should be ended immediately. Change-Id: I4aae5c84e3db61d10b0bfcfa7bfa6b9115231a52