From 9597d7256d6b38b886bc4b1520fdbcc915c92034 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 2 Dec 2021 19:52:04 -0500 Subject: Fix lingering yellow from 8325b59f3b Change-Id: I83b7fbd88b2f47c9bd31943bdc9c4cc8f2d24f4e --- apps/plugins/pictureflow/pictureflow.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins') diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c index f3d07c3981..17cff600af 100644 --- a/apps/plugins/pictureflow/pictureflow.c +++ b/apps/plugins/pictureflow/pictureflow.c @@ -3622,6 +3622,7 @@ static void draw_album_text(void) } } +#if PF_PLAYBACK_CAPABLE /** Display an info message when items have been added to playlist */ @@ -3641,6 +3642,7 @@ static void rb_splash_added_to_playlist(void) grey_show(true); #endif } +#endif /** Display an error message and wait for input. -- cgit v1.2.3