fix: add back saving patched apps after clearing data.

This commit is contained in:
Aunali321
2022-10-11 20:27:29 +05:30
parent 6c1845e246
commit 3f9d7c9cc0
2 changed files with 30 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class HomeViewModel extends BaseViewModel {
_toast.show('homeView.noConnection');
}
_getPatchedApps();
_managerAPI.reAssessSavedApps().then((_) => _getPatchedApps());
}
void navigateToAppInfo(PatchedApplication app) {