Skip to content

Commit 6081992

Browse files
committed
removed break; from EVENT_ACTIVATE -- thanks @voloved
1 parent b774900 commit 6081992

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)