summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/gif
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/gif')
-rw-r--r--apps/plugins/imageviewer/gif/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/gif/gif.c b/apps/plugins/imageviewer/gif/gif.c
index 31fd11d9a6..32c87c88d9 100644
--- a/apps/plugins/imageviewer/gif/gif.c
+++ b/apps/plugins/imageviewer/gif/gif.c
@@ -210,7 +210,7 @@ static int get_image(struct image_info *info, int frame, int ds)
210 /* assign image buffer */ 210 /* assign image buffer */
211 if (ds > 1) 211 if (ds > 1)
212 { 212 {
213 if (!iv->running_slideshow) 213 if (!iv->running_slideshow && (info->frames_count == 1))
214 { 214 {
215 rb->lcd_putsf(0, 3, "resizing %d*%d", info->width, info->height); 215 rb->lcd_putsf(0, 3, "resizing %d*%d", info->width, info->height);
216 rb->lcd_update(); 216 rb->lcd_update();