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()