MicrosoftDocs / mixed-reality

Mixed Reality documentation
Creative Commons Attribution 4.0 International
174 stars 184 forks source link

async await ;-) QRCodeWatcher.RequestAccessAsync(); #717

Open MSU-PV opened 1 year ago

MSU-PV commented 1 year ago

Hi

I recommend changing the text from

#if WINDOWS_UWP

async QRCodeWatcher.RequestAccessAsync();

#endif

to

#if WINDOWS_UWP

await QRCodeWatcher.RequestAccessAsync();

#endif

Have a nice day, Martin


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.