Skip to content

Commit a6f6996

Browse files
committed
Update main_menu.c
1 parent c237b91 commit a6f6996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scences/main_menu.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ void nfc_playlist_main_menu_scene_on_enter(void* context) {
7878
}
7979

8080
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) {
81+
NfcPlaylist* nfc_playlist = context;
82+
bool consumed = false;
83+
if (event.type == SceneManagerEventTypeCustom) {
8484
switch(event.event) {
8585
case NfcPlaylistEvent_ShowEmulatingPopup:
8686
scene_manager_next_scene(nfc_playlist->scene_manager, NfcPlaylistScene_EmulatingPopup);

0 commit comments

Comments
 (0)