Skip to content

Commit

Permalink
ufbt format
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lee committed Aug 22, 2024
1 parent b9326a1 commit 47e5ab0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions scenes/xremote_scene_ir_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@ void xremote_scene_ir_timer_on_enter(void* context) {
int32_t max_value = 9999;
snprintf(str, sizeof(str), "Transmit in ms (%ld - %ld)", min_value, max_value);
CrossRemoteItem* item = xremote_cross_remote_get_item(app->cross_remote, app->edit_item);

number_input_set_header_text(number_input, str);
number_input_set_result_callback(
number_input,
xremote_scene_ir_timer_callback,
context,
item->time,
min_value,
max_value);
number_input, xremote_scene_ir_timer_callback, context, item->time, min_value, max_value);

view_dispatcher_switch_to_view(app->view_dispatcher, XRemoteViewIdNumberInput);
}
Expand Down

0 comments on commit 47e5ab0

Please sign in to comment.