commit | 20fb46fa1e16b57fe7aba2ac7cdf1efbf1a12393 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Mon May 04 17:45:59 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Mon May 04 17:45:59 2009 -0700 |
tree | be8ded8ea4b4983b5064972a8f90c22bcf2c0ad7 | |
parent | fa3e5562793c5bd7d4513a9e1a5869e763a47ab5 [diff] |
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.