Skip to content

Fix excessive scroll speed in lyrics view

Nate Graham requested to merge fix-scrollviews into master

In talking with Marco, it turns out that we should never be using a Flickable directly. We should be using ScrollView instead, because it already encapsulates the Flickable's behavior.

Porting to ScrollView directly fixes the issue of excessive scroll speed in the lyrics view

Merge request reports