Skip to content

Commit

Permalink
Merge pull request #2592 from PrismLibrary/housekeeping/fix-codeforma…
Browse files Browse the repository at this point in the history
…tting

[housekeeping] Automated PR to fix formatting errors
  • Loading branch information
dansiegel authored Oct 18, 2021
2 parents 85e7b7b + abe71a4 commit 200dd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Prism.Forms/Services/Dialogs/DialogService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private async System.Threading.Tasks.Task<IDialogResult> CloseDialogAsync(IDialo
{
throw new DialogException(DialogException.CanCloseIsFalse);
}

await currentPage.Navigation.PopModalAsync(true);

PageUtilities.InvokeViewAndViewModelAction<IActiveAware>(view, aa => aa.IsActive = false);
Expand Down

0 comments on commit 200dd82

Please sign in to comment.