Fixed br tag bug in notifications

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@247 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2012-03-19 14:11:25 +00:00
parent ec36449a4c
commit 75a67341fa

View File

@ -190,7 +190,7 @@ public class NotificationsCursorAdapter extends CursorAdapter {
if(contentText.equals("anyType{}"))
contentText = context.getString(R.string.noContentMsg);
content.setText(Html.fromHtml(contentText));
content.setText(contentText);
if(contentVisible[cursor.getPosition()]) {
content.setVisibility(View.VISIBLE);