fix: don't show previously patched apps after clearing data.

This commit is contained in:
Aunali321
2022-10-11 02:17:13 +05:30
parent b550016681
commit 279b76ad53
2 changed files with 0 additions and 30 deletions

View File

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