You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open app to your contributions activity (default activity)
Open one of your contributions
Start observing logcat
You will observe that every few seconds, an HTTP query like this is made:
10-30 22:12:45.708 16101 16101 D LocationServiceManager: on location changed
10-30 22:12:45.709 16101 16641 D NearbyController: Loading attractions near lat/lng: ([...],[...])
10-30 22:12:45.709 16101 16641 D OkHttpJsonApiClient: Fetching nearby items at radius 0.3
10-30 22:12:45.709 16101 16641 D OkHttpJsonApiClient: CUSTOM_SPARQLfalse
10-30 22:12:45.745 16101 16641 V OkHttp : --> GET https://query.wikidata.org/sparql?query=SELECT[...]
The Media details activity (screenshot below) does not show any information about nearby items, nor is it supposed to.
So I don't think there is a need for these infrequent requests, they use battery and data and server resources for nothing.
Steps to reproduce:
You will observe that every few seconds, an HTTP query like this is made:
The Media details activity (screenshot below) does not show any information about nearby items, nor is it supposed to.
So I don't think there is a need for these infrequent requests, they use battery and data and server resources for nothing.
Observed on 5.1.0 branch, commit 610919e
The text was updated successfully, but these errors were encountered: