Skip to content

Commit

Permalink
bagl_custom_streaming: decrease_streaming_index instead of reset
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Feb 12, 2024
1 parent 606f037 commit 0b5aa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/bagl_custom_streaming.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ STATIC_IF_NOT_INDEXED unsigned int ux_layout_paging_button_callback_common_strea
switch (button_mask) {
case BUTTON_EVT_RELEASED | BUTTON_LEFT:
if (G_ux.layout_paging.current == 0) {
reset_streaming_index();
decrease_streaming_index();
ux_flow_validate();
} else {
ux_layout_paging_prev(redisplay);
Expand Down

0 comments on commit 0b5aa75

Please sign in to comment.