Revert auto highlight move

This commit is contained in:
2026-08-28 17:47:53 -04:00
parent 23ff3c1941
commit 439d74eb8b
-1
View File
@@ -505,7 +505,6 @@ static void menu_select(MenuLayer *menu_layer, MenuIndex *cell_index, void *cont
text_layer_set_text(s_drop_txt_under_layer, s_options_under[cell_index->row]); text_layer_set_text(s_drop_txt_under_layer, s_options_under[cell_index->row]);
} }
s_selected_indices[s_highlight_pos] = cell_index->row; s_selected_indices[s_highlight_pos] = cell_index->row;
alarm_down_click_handler(NULL, NULL); // move to next box
window_stack_remove(s_drop_window, true); window_stack_remove(s_drop_window, true);
} }