Skip to content

Commit

Permalink
chore: Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Sep 30, 2023
1 parent 123a375 commit 6e26130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ui/views/installer/installer_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ class InstallerViewModel extends BaseViewModel {
await _managerAPI.savePatchedApp(_app);

update(1.0, 'Installed!', 'Installed!');
} else {
// TODO(aabed): Show error message.
}
} on Exception catch (e) {
if (kDebugMode) {
Expand Down

0 comments on commit 6e26130

Please sign in to comment.