From 34e392f1d83cd0601f0bdc30351e3a4012d9710c Mon Sep 17 00:00:00 2001 From: Franck Alary Date: Mon, 9 Dec 2024 14:17:33 +0100 Subject: [PATCH] Fix Night Mode --- src/storyTeller/stories_reader.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/storyTeller/stories_reader.h b/src/storyTeller/stories_reader.h index 82b3e8088..c6542fda3 100644 --- a/src/storyTeller/stories_reader.h +++ b/src/storyTeller/stories_reader.h @@ -542,6 +542,11 @@ void stories_readStage(void) { audio_free_music(); storyOkAction = false; storyScreenEnabled = false; + + if (storiesNightModeEnabled) { + storiesNightModeCurrentAudio[0] = '\0'; + } + callback_stories_autoplay(); return; }