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
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4
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.