Skip to content
Commit 20fb46fa authored by Romain Guy's avatar Romain Guy
Browse files

Fixes 1830181. Tapping disabled items in a ListView would cause the framework...

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.
parent fa3e5562
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment