Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into flutter
  • Loading branch information
Aunali321 committed Oct 19, 2022
2 parents 84a788f + 3778bfe commit f2d5cc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/ui/views/installer/installer_viewmodel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,7 @@ class InstallerViewModel extends BaseViewModel {

void shareResult() {
try {
if (isInstalled) {
_patcherAPI.sharePatchedFile(_app.name, _app.version);
}
_patcherAPI.sharePatchedFile(_app.name, _app.version);
} on Exception catch (e, s) {
Sentry.captureException(e, stackTrace: s);
}
Expand Down

0 comments on commit f2d5cc9

Please sign in to comment.