Fix scroll jump in ScrollView.
If a touch event was targeted at a ScrollView child, the content would jump after the user moved her finger by the required threshold. This is inconsistent with ListView's behavior. Fixes #2296622.
Loading
Please register or sign in to comment