summaryrefslogtreecommitdiff
path: root/apps/hosted/android/notification.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/hosted/android/notification.c')
-rw-r--r--apps/hosted/android/notification.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/hosted/android/notification.c b/apps/hosted/android/notification.c
index 66715d26f9..39c8b07737 100644
--- a/apps/hosted/android/notification.c
+++ b/apps/hosted/android/notification.c
@@ -146,6 +146,6 @@ void notification_init(void)
146 finishNotification = e->GetMethodID(env_ptr, class, "finishNotification", 146 finishNotification = e->GetMethodID(env_ptr, class, "finishNotification",
147 "()V"); 147 "()V");
148 148
149 add_event(PLAYBACK_EVENT_TRACK_CHANGE track_changed_callback); 149 add_event(PLAYBACK_EVENT_TRACK_CHANGE, track_changed_callback);
150 add_event(PLAYBACK_EVENT_TRACK_FINISH track_finished_callback); 150 add_event(PLAYBACK_EVENT_TRACK_FINISH, track_finished_callback);
151} 151}