fix: Update home screen after installation

This commit is contained in:
oSumAtrIX
2023-12-23 21:58:53 +01:00
parent 11a8f313b0
commit 7426f5484d

View File

@@ -477,6 +477,7 @@ class InstallerViewModel extends BaseViewModel {
}
await _managerAPI.savePatchedApp(_app);
await locator<HomeViewModel>().initialize(context);
update(1.0, 'Installed', 'Installed');
} else if (response == 3) {