mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Docs
This commit is contained in:
parent
85f0ae2a15
commit
46af717e40
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ public class CacheController {
|
||||||
List displayCatList = new ArrayList();
|
List displayCatList = new ArrayList();
|
||||||
Log.d("Cache", "Points found in quadtree: " + pointsFound);
|
Log.d("Cache", "Points found in quadtree: " + pointsFound);
|
||||||
|
|
||||||
//TODO: Potentially flatten catList and iterate thru it to convert into unique Set? But currently just displays one point...
|
//TODO: Make this return a proper flat array
|
||||||
if (pointsFound.length != 0) {
|
if (pointsFound.length != 0) {
|
||||||
|
|
||||||
Log.d("Cache", "Entering for loop");
|
Log.d("Cache", "Entering for loop");
|
||||||
|
|
|
||||||
|
|
@ -215,7 +215,7 @@ public class ShareActivity
|
||||||
apiCall.request(decimalCoords);
|
apiCall.request(decimalCoords);
|
||||||
Log.d("Cache", "displayCatList size 0, calling MWAPI");
|
Log.d("Cache", "displayCatList size 0, calling MWAPI");
|
||||||
} else {
|
} else {
|
||||||
//TODO: Set categoryList in MwVolleyApi
|
//TODO: Set categoryList in MwVolleyApi. Not filling up right. Maybe do global singleton for MwVolleyApi
|
||||||
MwVolleyApi.setGpsCat(displayCatList);
|
MwVolleyApi.setGpsCat(displayCatList);
|
||||||
Log.d("Cache", "Cache found, setting categoryList in MwVolleyApi to " + displayCatList.toString());
|
Log.d("Cache", "Cache found, setting categoryList in MwVolleyApi to " + displayCatList.toString());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue