Skip to content

wallpapers/image: delay binding on sourceSize to improve efficiency

Fushan Wen requested to merge work/fuf/delaySize into master

After the screen resolution is changed by the user, sourceSize will be updated many times due to width and height changes. Hence use delayed binding to improve the efficiency.

Merge request reports