mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 15:28:36 -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 {
|
||||
// Wasn't holding / done waiting, roll over now
|
||||
model->item_idx = model->item_cnt - 1;
|
||||
file_list_rollover(model);
|
||||
browser_list_rollover(model);
|
||||
}
|
||||
} else {
|
||||
// Not first item, jump to first
|
||||
@@ -728,7 +728,7 @@ static bool file_browser_view_input_callback(InputEvent* event, void* context) {
|
||||
} else {
|
||||
// Wasn't holding / done waiting, roll over now
|
||||
model->item_idx = 0;
|
||||
file_list_rollover(model);
|
||||
browser_list_rollover(model);
|
||||
}
|
||||
} else {
|
||||
// Not last item, jump to last
|
||||
|
||||
Reference in New Issue
Block a user