From e878c2ccb353b4631e8a9ae9b48464665fbf2949 Mon Sep 17 00:00:00 2001 From: "leo.tuaillon" Date: Tue, 9 May 2023 21:52:13 +0200 Subject: [PATCH 1/9] some add fonction on button --- AppShell.xaml | 9 +++++++++ Platforms/Android/AndroidManifest.xml | 2 +- Views/ConfirmMail.xaml | 9 ++++++--- Views/ConfirmMail.xaml.cs | 8 ++++++++ Views/RegisterPage.xaml.cs | 2 +- 5 files changed, 25 insertions(+), 5 deletions(-) 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"/>