Skip to content

Commit 337864e

Browse files
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 <[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
2 parents 0f6f79a + 6081992 commit 337864e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

movement/watch_faces/complication/simple_calculator_face.c

-2
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ bool simple_calculator_face_loop(movement_event_t event, movement_settings_t *se
273273

274274
switch (event.event_type) {
275275
case EVENT_ACTIVATE:
276-
break;
277-
278276
case EVENT_TICK:
279277
switch (state->mode) {
280278
case MODE_ENTERING_FIRST_NUM:

0 commit comments

Comments
 (0)