mozilla-magnet / magnet-client

A nearby content discovery client for Android & iOS
Mozilla Public License 2.0
17 stars 10 forks source link

Geolocation watcher #358

Open gmarty opened 7 years ago

gmarty commented 7 years ago

We must be careful with geolocation watching not to have it on all the time. Specifically if many different components are calling it simultaneously, we must make sure that it stops when they've all been unmounting. A counter approach to keep track of how many mount/unmount seems to be more robust.