We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c237b91 commit a6f6996Copy full SHA for a6f6996
scences/main_menu.c
@@ -78,9 +78,9 @@ void nfc_playlist_main_menu_scene_on_enter(void* context) {
78
}
79
80
bool nfc_playlist_main_menu_scene_on_event(void* context, SceneManagerEvent event) {
81
- NfcPlaylist* nfc_playlist = context;
82
- bool consumed = false;
83
- if (event.type == SceneManagerEventTypeCustom) {
+ NfcPlaylist* nfc_playlist = context;
+ bool consumed = false;
+ if (event.type == SceneManagerEventTypeCustom) {
84
switch(event.event) {
85
case NfcPlaylistEvent_ShowEmulatingPopup:
86
scene_manager_next_scene(nfc_playlist->scene_manager, NfcPlaylistScene_EmulatingPopup);
0 commit comments