Playlists multi select
This commit is contained in:
parent
ab678b43ca
commit
b4105b6cc0
13 changed files with 189 additions and 33 deletions
|
|
@ -40,7 +40,7 @@ public class PlaylistViewFragment extends AbsMainActivityRecyclerViewFragment {
|
|||
|
||||
@Override
|
||||
protected RecyclerView.Adapter createAdapter() {
|
||||
PlaylistAdapter adapter = new PlaylistAdapter(getMainActivity());
|
||||
PlaylistAdapter adapter = new PlaylistAdapter(getMainActivity(), getMainActivity());
|
||||
View v = getView();
|
||||
if (v != null) {
|
||||
v.findViewById(android.R.id.empty).setVisibility(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue