Skip to content

Commit

Permalink
Pass the extras bundle to the playFromMediaId instead of null
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiannakop committed Dec 2, 2019
1 parent 852e68e commit dfa803f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ public void onBindViewHolder(@NonNull ViewHolder holder, int position) {
}
if (item.isPlayable() && mController != null) {
mController.getTransportControls().playFromMediaId(item.getMediaId(),
null);
item.getDescription().getExtras());
}
});
}
Expand Down

0 comments on commit dfa803f

Please sign in to comment.