mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-21 18:23:57 +00:00
fix: don't show previously patched apps after clearing data.
This commit is contained in:
@@ -49,7 +49,6 @@ class HomeViewModel extends BaseViewModel {
|
||||
_toast.show('homeView.noConnection');
|
||||
}
|
||||
_getPatchedApps();
|
||||
_managerAPI.reAssessSavedApps().then((_) => _getPatchedApps());
|
||||
}
|
||||
|
||||
void navigateToAppInfo(PatchedApplication app) {
|
||||
|
||||
Reference in New Issue
Block a user