mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 09:52:59 +00:00
Modal dialog for partner file action, fix lifetime
This commit is contained in:
@@ -44,7 +44,7 @@ FlashUtilityView::FlashUtilityView(NavigationView& nav) : nav_ (nav) {
|
||||
filename.string().substr(0, max_filename_length),
|
||||
ui::Color::red(),
|
||||
&bitmap_icon_temperature,
|
||||
[this, path]() {
|
||||
[this, path](KeyEvent) {
|
||||
this->firmware_selected(path);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user