Skip to content

wallpapers/image: always try to remove a path in `ImageBackend::removeSlidePath`

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

Checking the returned string from removeDir does not make sense since the directory may already be removed, so the path will not exist in the model hash table.

BUG: 461003 FIXED-IN: 5.26.3

Merge request reports