summaryrefslogtreecommitdiff
path: root/apps/plugins/demystify.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/demystify.c')
-rw-r--r--apps/plugins/demystify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/demystify.c b/apps/plugins/demystify.c
index 6b923a6ed0..e8d4d350d6 100644
--- a/apps/plugins/demystify.c
+++ b/apps/plugins/demystify.c
@@ -436,9 +436,9 @@ enum plugin_status plugin_start(const void* parameter)
436#if LCD_DEPTH > 1 436#if LCD_DEPTH > 1
437 rb->lcd_set_backdrop(NULL); 437 rb->lcd_set_backdrop(NULL);
438#endif 438#endif
439 backlight_force_on(); /* backlight control in lib/helper.c */ 439 backlight_ignore_timeout();
440#ifdef HAVE_REMOTE_LCD 440#ifdef HAVE_REMOTE_LCD
441 remote_backlight_force_on(); /* remote backlight control in lib/helper.c */ 441 remote_backlight_ignore_timeout();
442#endif 442#endif
443 ret = plugin_main(); 443 ret = plugin_main();
444 444