mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02: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