Skip to content

Commit

Permalink
chore: Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Apr 21, 2024
1 parent c4eed0c commit b4698be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public SvgImageSource_Icons()
this.InitializeComponent();
_samplePreparedTask = Task.WhenAll(
WaitableSampleImageHelpers.WaitAllImages(image1),
WaitableSampleImageHelpers.WaitAllImages((SvgImageSource)imageIcon1.Source, (SvgImageSource)bitmapIcon1.UriSource)
WaitableSampleImageHelpers.WaitAllImages((SvgImageSource)imageIcon1.Source)
);
}

Expand Down

0 comments on commit b4698be

Please sign in to comment.