From b271543513e5801d98737226fd5a93b53694a227 Mon Sep 17 00:00:00 2001 From: V J Date: Wed, 31 May 2023 15:19:34 +0200 Subject: [PATCH 1/2] =?UTF-8?q?mise=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MangaMap/Views/listPage.xaml | 22 +--------------------- MangaMap/Views/listPage.xaml.cs | 8 ++++---- 2 files changed, 5 insertions(+), 25 deletions(-) diff --git a/MangaMap/Views/listPage.xaml b/MangaMap/Views/listPage.xaml index b1d6e2b..4d7e04f 100644 --- a/MangaMap/Views/listPage.xaml +++ b/MangaMap/Views/listPage.xaml @@ -33,19 +33,6 @@ -<<<<<<< HEAD - - - - - - - - -======= @@ -57,14 +44,7 @@ - - - - ->>>>>>> 5ff49db92d0e603606c630e81dea03593ebab802 + diff --git a/MangaMap/Views/listPage.xaml.cs b/MangaMap/Views/listPage.xaml.cs index 449192f..7ed0a71 100644 --- a/MangaMap/Views/listPage.xaml.cs +++ b/MangaMap/Views/listPage.xaml.cs @@ -10,10 +10,10 @@ public partial class listPage : ContentPage { InitializeComponent(); BindingContext = my_manager; - if (my_manager.UtilisateurActuel.Email != null) - { - chargerFavoris(); - } + //if (my_manager.UtilisateurActuel.Email != null) + //{ + // chargerFavoris(); + //} } private void chargerFavoris() From d81846eecbc15b032973fc755b0f58cd85d8f770 Mon Sep 17 00:00:00 2001 From: V J Date: Wed, 31 May 2023 15:25:45 +0200 Subject: [PATCH 2/2] binding listePage --- MangaMap/Views/listPage.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MangaMap/Views/listPage.xaml b/MangaMap/Views/listPage.xaml index 4d7e04f..af59494 100644 --- a/MangaMap/Views/listPage.xaml +++ b/MangaMap/Views/listPage.xaml @@ -33,12 +33,12 @@ - + -