Skip to content

wallpapers/image: fix wrong usage of `std::bind`

Fushan Wen requested to merge work/fuf/BUG459199-wrong-bind into master

m_virtualDesktopInfo->currentDesktop() will be regarded as a static value in std::bind, which prevents the current desktop from being updated, so use lambda instead.

BUG: 459199 FIXED-IN: 5.26

Merge request reports