Skip to content

Commit

Permalink
Update AudiosFragment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Dec 7, 2023
1 parent 01f464b commit fe52885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void receivePlayerStatus(String action, int status, int track_position, B
if (parent instanceof AppActivity) {
AppActivity activity = ((AppActivity) parent);
activity.notifMan.createAudioPlayerChannel();
activity.notifMan.buildAudioPlayerNotification(getContext(), audios, new Bundle(), true, false);
activity.notifMan.buildAudioPlayerNotification(getContext(), audios, track_position, true, false);
}
}
}
Expand Down

0 comments on commit fe52885

Please sign in to comment.