mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Minor fix
This commit is contained in:
parent
a21cd1dd86
commit
e7888c807a
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ public class CategorizationFragment extends SherlockFragment{
|
||||||
}
|
}
|
||||||
cursor.close();
|
cursor.close();
|
||||||
|
|
||||||
if (MwVolleyApi.GpsCatExists.getGpsCatExists() == true){
|
if (MwVolleyApi.GpsCatExists.getGpsCatExists() == true) {
|
||||||
//Log.d(TAG, "GPS cats found in CategorizationFragment.java" + MwVolleyApi.getGpsCat().toString());
|
//Log.d(TAG, "GPS cats found in CategorizationFragment.java" + MwVolleyApi.getGpsCat().toString());
|
||||||
List<String> gpsItems = new ArrayList<String>(MwVolleyApi.getGpsCat());
|
List<String> gpsItems = new ArrayList<String>(MwVolleyApi.getGpsCat());
|
||||||
//Log.d(TAG, "GPS items: " + gpsItems.toString());
|
//Log.d(TAG, "GPS items: " + gpsItems.toString());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue