commit | 636274185ed5ee75faf6ef4d84bbb7d5b0371248 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Mon May 04 17:54:39 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon May 04 17:54:39 2009 -0700 |
tree | 79e05b1615e387e4c6457684a40d2ce7edbbbc7b | |
parent | 1ab6e21237fc9f436be002d4f3821fce963a0a2a [diff] | |
parent | 20fb46fa1e16b57fe7aba2ac7cdf1efbf1a12393 [diff] |
Merge change 966 into donut * changes: Fixes 1830181. Tapping disabled items in a ListView would cause the framework to take a code path that wasn't resetting the mMotionCorrection variable if it had been previously set. This would force ListView to apply a scroll to its children even though it was unnecessary. This simple fix prevents the issue by resetting mMotionCorrection appropriately.