Merge branch 'html' into 'master'
remove html method from changelog section See merge request fdroid/fdroidclient!766
This commit is contained in:
commit
9cddc0c990
@ -504,7 +504,7 @@ public class AppDetailsRecyclerViewAdapter
|
|||||||
sbWhatsNew.append(whatsNewView.getContext().getString(R.string.details_new_in_version,
|
sbWhatsNew.append(whatsNewView.getContext().getString(R.string.details_new_in_version,
|
||||||
suggestedApk.versionName).toUpperCase(locale));
|
suggestedApk.versionName).toUpperCase(locale));
|
||||||
sbWhatsNew.append("\n\n");
|
sbWhatsNew.append("\n\n");
|
||||||
sbWhatsNew.append(trimTrailingNewlines(Html.fromHtml(app.whatsNew)));
|
sbWhatsNew.append(app.whatsNew);
|
||||||
whatsNewView.setText(sbWhatsNew);
|
whatsNewView.setText(sbWhatsNew);
|
||||||
whatsNewView.setVisibility(View.VISIBLE);
|
whatsNewView.setVisibility(View.VISIBLE);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user