diff --git a/AideDeJeu/AideDeJeu/Views/Library/ItemPage.xaml.cs b/AideDeJeu/AideDeJeu/Views/Library/ItemPage.xaml.cs index 61248001..96d7ace0 100644 --- a/AideDeJeu/AideDeJeu/Views/Library/ItemPage.xaml.cs +++ b/AideDeJeu/AideDeJeu/Views/Library/ItemPage.xaml.cs @@ -42,6 +42,7 @@ namespace AideDeJeu.Views.Library protected override void OnDisappearing() { base.OnDisappearing(); + BindingItem.Main.Speech.ExecuteCancelSpeakCommand(); BindingItem.Main.CurrentItem = null; } private string _Path { get; set; } = null; //"index.md";