perf: Load patched apps as soon as possible

This commit is contained in:
oSumAtrIX
2023-12-23 23:48:02 +01:00
parent 85c8006977
commit c94eb7a48e
2 changed files with 9 additions and 4 deletions

View File

@ -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.