Skip to content

Guard nullable property access, and bind instead of assigning once

ivan tkachenko requested to merge work/ratijas/scrollview-background into master

ScrollView may have null background, so we should account for it properly.

Same as 1ee78de9, but that one was for GridView, and this one is for ScrollView component.

Merge request reports