Splash was stuck

This commit is contained in:
Furrtek 2016-12-29 23:20:26 +01:00
parent 0c99c93894
commit c6bf8cfebd

View File

@ -425,6 +425,7 @@ BMPView::BMPView(NavigationView& nav) {
button_done.on_select = [this, &nav](Button&){
nav.pop();
nav.push<SystemMenuView>();
};
}