mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Splash was stuck
This commit is contained in:
parent
0c99c93894
commit
c6bf8cfebd
@ -425,6 +425,7 @@ BMPView::BMPView(NavigationView& nav) {
|
|||||||
|
|
||||||
button_done.on_select = [this, &nav](Button&){
|
button_done.on_select = [this, &nav](Button&){
|
||||||
nav.pop();
|
nav.pop();
|
||||||
|
nav.push<SystemMenuView>();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user