mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 15:38:35 -07:00
Fix build
This commit is contained in:
@@ -692,7 +692,7 @@ static bool file_browser_view_input_callback(InputEvent* event, void* context) {
|
|||||||
} else {
|
} else {
|
||||||
// Wasn't holding / done waiting, roll over now
|
// Wasn't holding / done waiting, roll over now
|
||||||
model->item_idx = model->item_cnt - 1;
|
model->item_idx = model->item_cnt - 1;
|
||||||
file_list_rollover(model);
|
browser_list_rollover(model);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Not first item, jump to first
|
// Not first item, jump to first
|
||||||
@@ -728,7 +728,7 @@ static bool file_browser_view_input_callback(InputEvent* event, void* context) {
|
|||||||
} else {
|
} else {
|
||||||
// Wasn't holding / done waiting, roll over now
|
// Wasn't holding / done waiting, roll over now
|
||||||
model->item_idx = 0;
|
model->item_idx = 0;
|
||||||
file_list_rollover(model);
|
browser_list_rollover(model);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Not last item, jump to last
|
// Not last item, jump to last
|
||||||
|
|||||||
Reference in New Issue
Block a user