Skip to content

Guard nullable property access, and bind instead of assigning once

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

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

Merge request reports