summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/pictureflow/pictureflow.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c
index e5492cf01c..b68e879fc4 100644
--- a/apps/plugins/pictureflow/pictureflow.c
+++ b/apps/plugins/pictureflow/pictureflow.c
@@ -1218,7 +1218,10 @@ static int create_album_untagged(struct tagcache_search *tcs,
1218 { 1218 {
1219 if (rb->button_get(false) > BUTTON_NONE) { 1219 if (rb->button_get(false) > BUTTON_NONE) {
1220 if (confirm_quit()) 1220 if (confirm_quit())
1221 {
1222 rb->tagcache_search_finish(tcs);
1221 return ERROR_USER_ABORT; 1223 return ERROR_USER_ABORT;
1224 }
1222 else 1225 else
1223 { 1226 {
1224 rb->lcd_clear_display(); 1227 rb->lcd_clear_display();