Update SongShareDialog.java
This commit is contained in:
parent
7801f44056
commit
c961306900
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public class SongShareDialog extends DialogFragment {
|
|||
public void onSelection(MaterialDialog materialDialog, View view, int i, CharSequence charSequence) {
|
||||
switch (i) {
|
||||
case 0:
|
||||
startActivity(Intent.createChooser(MusicUtil.createShareSongFileIntent(song), null));
|
||||
startActivity(Intent.createChooser(MusicUtil.createShareSongFileIntent(song, getContext()), null));
|
||||
break;
|
||||
case 1:
|
||||
getActivity().startActivity(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue