fix: Load installed apps

This commit is contained in:
oSumAtrIX
2023-09-30 19:59:31 +02:00
parent 6bdc0c7bb2
commit 36c86e22b1
3 changed files with 35 additions and 40 deletions

View File

@ -81,7 +81,8 @@ class HomeViewModel extends BaseViewModel {
_toast.showBottom('homeView.errorDownloadMessage');
}
}
_getPatchedApps();
_managerAPI.reAssessSavedApps().then((_) => _getPatchedApps());
}
void navigateToAppInfo(PatchedApplication app) {