summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/viewer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index ab0a4c4090..28b82baede 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -1473,7 +1473,10 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file)
1473 break; 1473 break;
1474 } 1474 }
1475 if (button != BUTTON_NONE) 1475 if (button != BUTTON_NONE)
1476 {
1476 lastbutton = button; 1477 lastbutton = button;
1478 rb->yield();
1479 }
1477 } 1480 }
1478 return PLUGIN_OK; 1481 return PLUGIN_OK;
1479} 1482}