mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: Properly reload Home View on App uninstallation
This commit is contained in:
parent
595ecb7660
commit
04bcb1ec24
@ -74,7 +74,7 @@ class AppInfoViewModel extends BaseViewModel {
|
||||
label: I18nText('okButton'),
|
||||
onPressed: () {
|
||||
uninstallApp(app);
|
||||
locator<HomeViewModel>().notifyListeners();
|
||||
locator<HomeViewModel>().initialize();
|
||||
Navigator.of(context).pop();
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user