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.
1 parent d8a5ca9 commit 4d9804bCopy full SHA for 4d9804b
Chefs/Views/RecipeDetailsPage.xaml
@@ -45,7 +45,7 @@
45
<utu:AutoLayout>
46
<utu:NavigationBar Content="{Binding Recipe.Name}">
47
<utu:NavigationBar.PrimaryCommands>
48
- <AppBarButton>
+ <AppBarButton Command="{Binding Share}">
49
<AppBarButton.Icon>
50
<PathIcon Data="{StaticResource Icon_Share}" />
51
</AppBarButton.Icon>
0 commit comments