Skip to content

Commit

Permalink
update deprecated Icon to use IconImageSource
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Aug 21, 2020
1 parent 0b1ac68 commit 086d30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Prism.Forms/Navigation/PageNavigationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ void ConfigureTabbedPage(TabbedPage tabbedPage, string segment)

//set the title because Xamarin doesn't do this for us.
navigationPage.Title = navigationPageChild.Title;
navigationPage.Icon = navigationPageChild.Icon;
navigationPage.IconImageSource = navigationPageChild.IconImageSource;

tabbedPage.Children.Add(navigationPage);
}
Expand Down

0 comments on commit 086d30c

Please sign in to comment.