diff --git a/AppShell.xaml b/AppShell.xaml index ea876cf..319b35a 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -98,4 +98,13 @@ ContentTemplate="{DataTemplate pages:CreateRecipePage}" Route="CreateRecipe"/> + + + + + \ No newline at end of file diff --git a/Platforms/Android/AndroidManifest.xml b/Platforms/Android/AndroidManifest.xml index e9937ad..728b4d6 100644 --- a/Platforms/Android/AndroidManifest.xml +++ b/Platforms/Android/AndroidManifest.xml @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/Views/ConfirmMail.xaml b/Views/ConfirmMail.xaml index acc8df7..ae22bca 100644 --- a/Views/ConfirmMail.xaml +++ b/Views/ConfirmMail.xaml @@ -21,7 +21,8 @@ HeightRequest="50" WidthRequest="50" - Source="arrow_back.svg"/> + Source="arrow_back.svg" + Clicked="OnBackButtonClicked"/>