Skip to content

Commit

Permalink
fix: Update home screen after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 23, 2023
1 parent 11a8f31 commit 7426f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/views/installer/installer_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7426f54

Please sign in to comment.