Merge branch 'html' into 'master'

remove html method from changelog section

See merge request fdroid/fdroidclient!766
This commit is contained in:
Hans-Christoph Steiner 2018-12-13 18:17:46 +00:00
commit 9cddc0c990

View File

@ -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);