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

The map fragment has an error when the device is rotated to landscape mode #36

Closed lschmid83 closed 1 month ago

lschmid83 commented 1 month ago

When viewing the map fragment if the device is rotated to landscape mode the application crashes.

lschmid83 commented 1 month ago

I have debugged the map fragment code and found that when the meetingMapFragment object is null when the device is rotated I have added a condition to not init the action bar when this occurs.