diff --git a/MangaMap/CustomHeader.xaml b/MangaMap/CustomHeader.xaml index 51fb1da..46f2ea5 100644 --- a/MangaMap/CustomHeader.xaml +++ b/MangaMap/CustomHeader.xaml @@ -3,21 +3,30 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="MangaMap.NewContent1" Background="{StaticResource Primary}"> - + - + + - - + - @@ -112,6 +112,8 @@ + + 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()