remove html method from changelog section
This commit is contained in:
parent
b0ee5b120c
commit
2b512d96c5
@ -504,7 +504,7 @@ public class AppDetailsRecyclerViewAdapter
|
||||
sbWhatsNew.append(whatsNewView.getContext().getString(R.string.details_new_in_version,
|
||||
suggestedApk.versionName).toUpperCase(locale));
|
||||
sbWhatsNew.append("\n\n");
|
||||
sbWhatsNew.append(trimTrailingNewlines(Html.fromHtml(app.whatsNew)));
|
||||
sbWhatsNew.append(app.whatsNew);
|
||||
whatsNewView.setText(sbWhatsNew);
|
||||
whatsNewView.setVisibility(View.VISIBLE);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user