minor fixes

This commit is contained in:
gid9798
2023-05-18 15:16:31 +03:00
parent e8264dc6e7
commit 6f9f3e9496
2 changed files with 2 additions and 2 deletions

View File

@@ -93,6 +93,7 @@ bool subrem_scene_remote_on_event(void* context, SceneManagerEvent event) {
notification_message(app->notifications, &sequence_blink_start_magenta);
} else {
subrem_view_remote_set_state(app->subrem_remote_view, SubRemViewRemoteStateIdle);
notification_message(app->notifications, &sequence_blink_stop);
}
return true;
} else if(event.event == SubRemCustomEventViewRemoteForcedStop) {