Remove unused code pt1
This commit is contained in:
parent
8f46757c0d
commit
7d80d04f34
|
@ -275,7 +275,6 @@ public class PlaylistFragment extends BaseListInfoFragment<PlaylistInfo> {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else { // Else : hide the uploader section
|
} else { // Else : hide the uploader section
|
||||||
//headerUploaderLayout.setVisibility(View.INVISIBLE);
|
|
||||||
headerUploaderName.setText(R.string.playlist_no_uploader);
|
headerUploaderName.setText(R.string.playlist_no_uploader);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue