Commit 8eaa88b
committed
fix: Skip disabled installed apps in AppDataResolver
Previously, `tryGetFromInstalled` returned data for disabled system apps, causing them to take priority over saved original APKs due to `INSTALLED` source ranking. Now disabled apps are skipped, allowing the resolver to correctly fall through to the saved APK.
Closes #3431 parent 74d05cb commit 8eaa88b
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
0 commit comments