summaryrefslogtreecommitdiffstats
path: root/apps/plugins/imageviewer/imageviewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/imageviewer.c')
-rw-r--r--apps/plugins/imageviewer/imageviewer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/imageviewer.c b/apps/plugins/imageviewer/imageviewer.c
index 508cf1a5b5..a2b3bb680a 100644
--- a/apps/plugins/imageviewer/imageviewer.c
+++ b/apps/plugins/imageviewer/imageviewer.c
@@ -968,11 +968,13 @@ static int load_and_show(char* filename, struct image_info *info)
break;
}
+#ifdef USEGSLIB
+ grey_show(false); /* switch off overlay */
+#endif
rb->lcd_clear_display();
}
while (status > PLUGIN_OTHER);
#ifdef USEGSLIB
- grey_show(false); /* switch off overlay */
rb->lcd_update();
#endif
return status;