We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbf9729 + 258bd46 commit acacdd5Copy full SHA for acacdd5
CollapseLauncher/XAMLs/MainApp/ValueConverters.cs
@@ -718,7 +718,7 @@ await CacheManager
718
CancellationToken.None);
719
720
resultStream = result.Stream;
721
- using IRandomAccessStream stream = resultStream.AsRandomAccessStream(true);
+ IRandomAccessStream stream = resultStream.AsRandomAccessStream(true);
722
image.ImageOpened += ImageOnImageOpened;
723
724
await image.SetSourceAsync(stream);
0 commit comments