commit | 68ffd10dfcc7913082183d23949df25c23001e6c | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@android.com> | Thu Oct 15 17:59:43 2009 -0700 |
committer | Joe Onorato <joeo@android.com> | Thu Oct 15 17:59:43 2009 -0700 |
tree | 2f6e658881a9428c8a2d9658e58dd0c42fb643f6 | |
parent | 82ca5500479188743f0e520a5fdfe82e657a8da2 [diff] |
Passion - Maybe this will fix bug 2183130 - NPE in AllAppsView.onTouchEvent. Looking at the code as it was on ERD11, this was mVelocity being null. That shouldn't be possible if events are ordered correctly. This change makes AllAppsView a little more rigorous about which value mTouchTracking has. Hopefully, we can mask any underlying problems sufficiently. Events aren't supposed to be going out of order.