|
|
@@ -78,9 +78,9 @@ void nfc_playlist_main_menu_scene_on_enter(void* context) {
|
|
|
}
|
|
|
|
|
|
bool nfc_playlist_main_menu_scene_on_event(void* context, SceneManagerEvent event) {
|
|
|
- NfcPlaylist* nfc_playlist = context;
|
|
|
- bool consumed = false;
|
|
|
- if (event.type == SceneManagerEventTypeCustom) {
|
|
|
+ NfcPlaylist* nfc_playlist = context;
|
|
|
+ bool consumed = false;
|
|
|
+ if (event.type == SceneManagerEventTypeCustom) {
|
|
|
switch(event.event) {
|
|
|
case NfcPlaylistEvent_ShowEmulatingPopup:
|
|
|
scene_manager_next_scene(nfc_playlist->scene_manager, NfcPlaylistScene_EmulatingPopup);
|