summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/viewport.c')
-rw-r--r--apps/gui/viewport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/viewport.c b/apps/gui/viewport.c
index 940f7f9cfa..a55ccc3221 100644
--- a/apps/gui/viewport.c
+++ b/apps/gui/viewport.c
@@ -117,7 +117,7 @@ static void toggle_theme(enum screen_type screen, bool force)
117 bool first_boot = theme_stack_top[screen] == 0; 117 bool first_boot = theme_stack_top[screen] == 0;
118 /* remove the left overs from the previous screen. 118 /* remove the left overs from the previous screen.
119 * could cause a tiny flicker. Redo your screen code if that happens */ 119 * could cause a tiny flicker. Redo your screen code if that happens */
120#if LCD_DEPTH > 1 || defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 120#ifdef HAVE_BACKDROP_IMAGE
121 skin_backdrop_show(sb_get_backdrop(screen)); 121 skin_backdrop_show(sb_get_backdrop(screen));
122#endif 122#endif
123 if (LIKELY(after_boot[screen]) && (!was_enabled[screen] || force)) 123 if (LIKELY(after_boot[screen]) && (!was_enabled[screen] || force))