commit | 79bd5b9f5c073c5e7313968e448cd8fee8caf9a8 | [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 | fd60fb886045a715ba88f0b3dcf3f367fb8ceb6e | |
parent | b802c553c3556e80050a8f4ddad6aff128af16be [diff] | |
parent | e146b65728c068c83bbd02b8214c35e408b8f417 [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.