Apply markup decoding to media file list and addon content list

This commit is contained in:
Synced Synapse 2019-11-28 19:12:41 +00:00 committed by Martijn Brekhof
parent 4897c3fd43
commit b962fece80
1 changed files with 2 additions and 2 deletions

View File

@ -645,8 +645,8 @@ public class MediaFileListFragment extends AbstractListFragment {
} }
public void bindView(FileLocation fileLocation, int position) { public void bindView(FileLocation fileLocation, int position) {
title.setText(fileLocation.title); title.setText(UIUtils.applyMarkup(context, fileLocation.title));
details.setText(fileLocation.details); details.setText(UIUtils.applyMarkup(context, fileLocation.details));
sizeDuration.setText(fileLocation.sizeDuration); sizeDuration.setText(fileLocation.sizeDuration);
UIUtils.loadImageWithCharacterAvatar(context, hostManager, UIUtils.loadImageWithCharacterAvatar(context, hostManager,