This commit is contained in:
stom79 2019-01-13 11:54:28 +01:00
parent 63ab5e261c
commit e8c1249e91
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ public class PeertubeAdapter extends RecyclerView.Adapter implements OnListActio
String type = peertube.getHeaderType();
switch (type){
case "tags":
holder.header_title.setText(String.format("#%s", peertube.getHeaderType()));
holder.header_title.setText(String.format("#%s", peertube.getHeaderTypeValue()));
break;
default:
holder.header_title.setText(peertube.getHeaderTypeValue());