Skip to content

Commit

Permalink
Merge PR #454 - fix activation event
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reported-by: David Volovskiy <[email protected]>
Fixed-by: David Volovskiy <[email protected]>
Reviewed-by: Matheus Afonso Martins Moreira <[email protected]>
GitHub-Pull-Request: #454
  • Loading branch information
matheusmoreira committed Sep 8, 2024
2 parents 0f6f79a + 6081992 commit 337864e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions movement/watch_faces/complication/simple_calculator_face.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 337864e

Please sign in to comment.