From 361aa9263d51dcd3f8951b0da31aba77758726a9 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 14 Mar 2014 23:43:45 +0100 Subject: Fix reds. Change-Id: I4f065a5b9f96df4d70ee8bb2836effc9b97b01fa --- apps/hosted/android/notification.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') 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) finishNotification = e->GetMethodID(env_ptr, class, "finishNotification", "()V"); - add_event(PLAYBACK_EVENT_TRACK_CHANGE track_changed_callback); - add_event(PLAYBACK_EVENT_TRACK_FINISH track_finished_callback); + add_event(PLAYBACK_EVENT_TRACK_CHANGE, track_changed_callback); + add_event(PLAYBACK_EVENT_TRACK_FINISH, track_finished_callback); } -- cgit v1.2.3