Fix fancymenu on Android 4.x
This commit is contained in:
parent
0c8e81c85d
commit
72710df2c1
@ -107,7 +107,7 @@ public class ShowQueueFragment extends Fragment
|
|||||||
intent.putExtra("type", MediaUtils.TYPE_SONG);
|
intent.putExtra("type", MediaUtils.TYPE_SONG);
|
||||||
intent.putExtra("position", pos);
|
intent.putExtra("position", pos);
|
||||||
|
|
||||||
FancyMenu fm = new FancyMenu(getContext(), this);
|
FancyMenu fm = new FancyMenu(getActivity(), this);
|
||||||
fm.show(getFragmentManager(), "ShowQueueFragmentContext");
|
fm.show(getFragmentManager(), "ShowQueueFragmentContext");
|
||||||
fm.setHeaderTitle(song.title);
|
fm.setHeaderTitle(song.title);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user