mundraub-android
mundraub-android copied to clipboard
Stop GPS updates when app closes
When a new plant is created, it gets a GPS location. When the app closes, still gps is requested. Solution: cancel the GPS update once the app closes.
onDestroy in the new plant activity does not work. related: https://stackoverflow.com/questions/13785720/android-onclose-event
We're using [Polar.sh](https://polar.sh/niccokunzmann) so you can upvote and help fund this issue. We receive the funding once the issue is completed & confirmed by you. Thank you in advance for helping prioritize & fund our work.
Using the Java Built-in exit handlers does not seem to work. f07f9a7d3e6810c4d72007c31f9957934a566345
Is this still the case?