mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-05 22:38:10 -07:00
Fix POCSAG Pager UI bug
same as subghz and weather station bug with invisible element selected
This commit is contained in:
@@ -307,7 +307,7 @@ bool pcsg_view_receiver_input(InputEvent* event, void* context) {
|
||||
pcsg_receiver->view,
|
||||
PCSGReceiverModel * model,
|
||||
{
|
||||
if(model->idx != model->history_item - 1) model->idx++;
|
||||
if(model->history_item && model->idx != model->history_item - 1) model->idx++;
|
||||
},
|
||||
true);
|
||||
} else if(event->key == InputKeyLeft && event->type == InputTypeShort) {
|
||||
|
||||
Reference in New Issue
Block a user