mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-08 22:01:51 +00:00
Modal dialog for partner file action, fix lifetime
This commit is contained in:
@@ -262,7 +262,7 @@ bool MenuView::on_key(const KeyEvent key) {
|
||||
case KeyEvent::Select:
|
||||
case KeyEvent::Right:
|
||||
if( menu_items[highlighted_item].on_select ) {
|
||||
menu_items[highlighted_item].on_select();
|
||||
menu_items[highlighted_item].on_select(key);
|
||||
}
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user