Skip to content

Workaround apps that assume flickable exists before component completition

Marco Martin requested to merge work/mart/flickableworkasround into master

upstream ScrollView can create/assign its own flickable only ater its completion, so give a provisional Flickable from the beginning which may or may not change during the component creation

BUG:458099

Merge request reports