Skip to content
Commit 21443828 authored by Fushan Wen's avatar Fushan Wen
Browse files

wallpapers/image: fix symlink not being found by ImageFinder

Finder uses findSymlinkTarget to find the target file/dir to avoid
duplicates, but it forgot to use the target path when collected, so
symlinks would still be filtered out. ImageFinder and PackageFinder
should not ignore symlinks and this fixes the wrong behavior by using
target path from findSymlinkTarget.

BUG: 460287
FIXED-IN: 5.26.1
(cherry picked from commit 28f362df)
parent c5b0d6d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment