Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
Update ResultViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Sep 24, 2019
1 parent 8e9cb99 commit 7154fd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public string TextDetailResult

private Task EditYourSubmissionCommandExecute() => NavigateBack();

async void HandleHttpResponseMessage(HttpResponseMessage responseMessage)
private async void HandleHttpResponseMessage(HttpResponseMessage responseMessage)
{
IsBackButtonVisible = !responseMessage.IsSuccessStatusCode;

Expand Down

0 comments on commit 7154fd4

Please sign in to comment.