Remove html formatting from description
This commit is contained in:
parent
884bec9d77
commit
60261231c9
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ public class TrackActivityFragmentAdapter implements TrackBitmapDrawerListener {
|
||||||
description = extensions.get("desc");
|
description = extensions.get("desc");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return description;
|
return description != null ? Html.fromHtml(description).toString().trim() : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
|
|
Loading…
Reference in a new issue