Merge PR #454 - fix activation event

Fix issue where the calculator face's user interface display
was delayed about a quarter second due to the activation event
being a no-op.

Tested-by: David Volovskiy <devolov@gmail.com>
Reported-by: David Volovskiy <devolov@gmail.com>
Fixed-by: David Volovskiy <devolov@gmail.com>
Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/454
This commit is contained in:
Matheus Afonso Martins Moreira 2024-09-08 15:33:35 -03:00
commit 337864eb54

View file

@ -273,8 +273,6 @@ bool simple_calculator_face_loop(movement_event_t event, movement_settings_t *se
switch (event.event_type) {
case EVENT_ACTIVATE:
break;
case EVENT_TICK:
switch (state->mode) {
case MODE_ENTERING_FIRST_NUM: