diff --git a/LivreLand/MauiProgram.cs b/LivreLand/MauiProgram.cs index d214428..106d7c2 100644 --- a/LivreLand/MauiProgram.cs +++ b/LivreLand/MauiProgram.cs @@ -25,8 +25,9 @@ public static class MauiProgram builder.Services .AddSingleton() .AddSingleton() + .AddSingleton() - .AddSingleton() + .AddSingleton() .AddSingleton() .AddSingleton() @@ -34,7 +35,8 @@ public static class MauiProgram .AddSingleton() - .AddSingleton(); + .AddSingleton() + .AddSingleton(); #if DEBUG builder.Logging.AddDebug(); diff --git a/LivreLand/View/ALirePlusTardView.xaml.cs b/LivreLand/View/ALirePlusTardView.xaml.cs index 0b16014..dc615ef 100644 --- a/LivreLand/View/ALirePlusTardView.xaml.cs +++ b/LivreLand/View/ALirePlusTardView.xaml.cs @@ -17,6 +17,6 @@ public partial class ALirePlusTardView : ContentPage void OnSelectionChanged(object sender, SelectionChangedEventArgs e) { - App.Current.MainPage.Navigation.PushAsync(new DetailsLivreView()); + //App.Current.MainPage.Navigation.PushAsync(new DetailsLivreView()); } } \ No newline at end of file diff --git a/LivreLand/View/DetailsLivreView.xaml b/LivreLand/View/DetailsLivreView.xaml index 2d72071..a913610 100644 --- a/LivreLand/View/DetailsLivreView.xaml +++ b/LivreLand/View/DetailsLivreView.xaml @@ -58,7 +58,7 @@ Stroke="{StaticResource Gray}" StrokeShape="RoundRectangle 3" StrokeThickness="3"> - @@ -70,7 +70,7 @@ Margin="0,97,20,0" VerticalOptions="End"/> -