summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 7da3c57c73..aa79ec632d 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -1579,6 +1579,13 @@ void push_current_activity(enum current_activity screen)
1579 } 1579 }
1580} 1580}
1581 1581
1582void push_activity_without_refresh(enum current_activity screen)
1583{
1584 current_activity[current_activity_top++] = screen;
1585 FOR_NB_SCREENS(i)
1586 skinlist_set_cfg(i, NULL);
1587}
1588
1582void pop_current_activity(enum activity_refresh refresh) 1589void pop_current_activity(enum activity_refresh refresh)
1583{ 1590{
1584 current_activity_top--; 1591 current_activity_top--;