mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
perf: Load patched apps as soon as possible
This commit is contained in:
parent
85c8006977
commit
c94eb7a48e
2 changed files with 9 additions and 4 deletions
|
@ -632,7 +632,7 @@ class ManagerAPI {
|
|||
);
|
||||
}
|
||||
|
||||
Future<void> reAssessSavedApps() async {
|
||||
Future<void> rePatchedSavedApps() async {
|
||||
final List<PatchedApplication> patchedApps = getPatchedApps();
|
||||
|
||||
// Remove apps that are not installed anymore.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue