describe what "Auto-Generated" Means
This commit is contained in:
parent
cc1e5edaec
commit
49db47c12c
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ public class PlaylistFragment extends BaseListInfoFragment<PlaylistInfo> {
|
||||||
}
|
}
|
||||||
} else { // Else : hide the uploader section
|
} else { // Else : hide the uploader section
|
||||||
//headerUploaderLayout.setVisibility(View.INVISIBLE);
|
//headerUploaderLayout.setVisibility(View.INVISIBLE);
|
||||||
headerUploaderName.setText("Auto-Generated");
|
headerUploaderName.setText("Auto-Generated (no uploader found)");
|
||||||
}
|
}
|
||||||
|
|
||||||
playlistCtrl.setVisibility(View.VISIBLE);
|
playlistCtrl.setVisibility(View.VISIBLE);
|
||||||
|
|
Loading…
Reference in a new issue