lschmid83 / 12-Step-Recovery-Guide

This is an Android app written in Java and Android Studio. It provides 12-Step reading materials, daily quotes, meditations, motivational images, a meeting map and speaker tapes.
https://www.citexsoftware.co.uk/recovery-meeting-finder
44 stars 0 forks source link

HTML characters such as " are not decoded in daily readings #35

Closed lschmid83 closed 1 month ago

lschmid83 commented 1 month ago

HTML characters are not decoded in Daily Reflection, Thought for the Day and Just for Today daily readings.

lschmid83 commented 1 month ago

I have used the Html.fromHtml() function to decode the special characters when the view model values are initialized.