[FL-1632] Dolphin: feed mini game (#627)

This commit is contained in:
its your bedtime
2021-08-11 19:55:56 +03:00
committed by GitHub
parent b05453ecff
commit f465220066
18 changed files with 389 additions and 2 deletions

View File

@@ -228,6 +228,6 @@ void console_callback(Canvas* canvas, void* s) {
furi_assert(s);
SceneState* state = s;
if(state->use_pending) {
dolphin_scene_start_app(state, &FLIPPER_SCENE_APPS[1]);
dolphin_scene_start_app(state, &FLIPPER_SCENE_APPS[0]);
}
}