Skip to content

Commit df969dc

Browse files
committed
use await
1 parent f76b9ac commit df969dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClinicalTrials.Apps/Query.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ private async void trialsView_SelectionChanged(object sender, SelectionChangedEv
127127
if (selectedStudy != null)
128128
{
129129
await Save(QueryInfo);
130-
Shell.Current.GoToAsync($"///webview?backQuery={QueryInfo.Name}&title=ClinicalTrials.gov: {selectedStudy.ProtocolSection.IdentificationModule.NctId}&url=https://clinicaltrials.gov/study/{selectedStudy.ProtocolSection.IdentificationModule.NctId}?cond={QueryInfo.Terms}");
130+
await Shell.Current.GoToAsync($"///webview?backQuery={QueryInfo.Name}&title=ClinicalTrials.gov: {selectedStudy.ProtocolSection.IdentificationModule.NctId}&url=https://clinicaltrials.gov/study/{selectedStudy.ProtocolSection.IdentificationModule.NctId}?cond={QueryInfo.Terms}");
131131
}
132132
}
133133

0 commit comments

Comments
 (0)