aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index cc69012..4881b60 100644
--- a/src/main.c
+++ b/src/main.c
@@ -97,6 +97,8 @@ static void handle_xsl_key_input(saver_state_t *state, const char c)
}
break;
}
+
+ set_layer_needs_draw(state, LAYER_PASSWORD, true);
}
// This input handler is only when the locker is being run in "X11 mode" for development