summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 5af4501b45..c01a339aa2 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -954,6 +954,7 @@ bool simplelist_show_list(struct simplelist_info *info)
break;
}
else if ((action == ACTION_REDRAW) ||
+ (list_is_dirty(&lists)) ||
(old_line_count != simplelist_line_count))
{
if (info->get_name == NULL)