Skip to content

Commit 1108ab6

Browse files
authored
Merge pull request #600 from unoplatform/dev/nr/imagefix
fix: Image source
2 parents 32dcda7 + 91587fc commit 1108ab6

File tree

1 file changed

+1
-1
lines changed
  • reference/TubePlayer/TubePlayer/Presentation

1 file changed

+1
-1
lines changed

reference/TubePlayer/TubePlayer/Presentation/MainPage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public MainPage()
5252
.Children
5353
(
5454
new Image()
55-
.Source(new SvgImageSource(new Uri("ms-appx:///TubePlayer/Assets/navigation_bar")))
55+
.Source("ms-appx:///TubePlayer/Assets/navigation_bar.png")
5656
.Stretch(Stretch.UniformToFill)
5757
.AutoLayout(primaryAlignment: AutoLayoutPrimaryAlignment.Stretch)
5858
)

0 commit comments

Comments
 (0)