Skip to content

Commit fe52885

Browse files
committed
Update AudiosFragment.java
1 parent 01f464b commit fe52885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/uk/openvk/android/legacy/core/fragments/AudiosFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public void receivePlayerStatus(String action, int status, int track_position, B
188188
if (parent instanceof AppActivity) {
189189
AppActivity activity = ((AppActivity) parent);
190190
activity.notifMan.createAudioPlayerChannel();
191-
activity.notifMan.buildAudioPlayerNotification(getContext(), audios, new Bundle(), true, false);
191+
activity.notifMan.buildAudioPlayerNotification(getContext(), audios, track_position, true, false);
192192
}
193193
}
194194
}

0 commit comments

Comments
 (0)