Skip to content

Commit acacdd5

Browse files
committed
Merge remote-tracking branch 'https/main' into stable
2 parents bbf9729 + 258bd46 commit acacdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CollapseLauncher/XAMLs/MainApp/ValueConverters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ await CacheManager
718718
CancellationToken.None);
719719

720720
resultStream = result.Stream;
721-
using IRandomAccessStream stream = resultStream.AsRandomAccessStream(true);
721+
IRandomAccessStream stream = resultStream.AsRandomAccessStream(true);
722722
image.ImageOpened += ImageOnImageOpened;
723723

724724
await image.SetSourceAsync(stream);

0 commit comments

Comments
 (0)