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

Daily image share button on the Home fragment is not working #21

Closed lschmid83 closed 3 months ago

lschmid83 commented 3 months ago

The Home fragment Daily Image share button which allows the user to send the image to a contact is not working. I have already implemented this feature and it was working before but something has changed and now it does not work at all. The code can be found under ui/home/HomeFragment.java ln.679.

lschmid83 commented 3 months ago

I have implemented code to load the daily image from the assets folder into a Bitmap object and save it to a the cache to produce a Uri which can be sent with the Share Image Intent.