From 8b6db704506ce95e748afce0b3cf0fe953c799c1 Mon Sep 17 00:00:00 2001 From: Fransolet Thomas Date: Sun, 22 Jan 2023 17:54:12 +0100 Subject: [PATCH] Fix stop not display --- lib/Screens/Article/audio_player.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Screens/Article/audio_player.dart b/lib/Screens/Article/audio_player.dart index e96f62c..c46aad1 100644 --- a/lib/Screens/Article/audio_player.dart +++ b/lib/Screens/Article/audio_player.dart @@ -162,7 +162,7 @@ class _AudioPlayerContainerState extends State { }); }, icon: const Icon(Icons.stop), - label: Text(TranslationHelper.getFromLocale(TranslationHelper.getFromLocale("stop", appContext), appContext)) + label: Text(TranslationHelper.getFromLocale("stop", appContext)) ), ], )