Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CorpseFinder: Fix detection of nested corpses on public storage
The marker segments are prefix-free, so we also need to compare it with the prefix-free area information, otherwise we get no match. e.g. Before: `{/storage/emulated/0/Android}.isAncestorOf(Android/cache)` Now: `{Android}.isAncestorOf(Android/cache)`
- Loading branch information