From e7888c807a0391a0a5c09c08a74b3e0a10551032 Mon Sep 17 00:00:00 2001 From: misaochan Date: Tue, 26 Jan 2016 17:19:59 +1300 Subject: [PATCH] Minor fix --- .../fr/free/nrw/commons/category/CategorizationFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/src/main/java/fr/free/nrw/commons/category/CategorizationFragment.java b/commons/src/main/java/fr/free/nrw/commons/category/CategorizationFragment.java index cef50b009..a11dc369a 100644 --- a/commons/src/main/java/fr/free/nrw/commons/category/CategorizationFragment.java +++ b/commons/src/main/java/fr/free/nrw/commons/category/CategorizationFragment.java @@ -114,7 +114,7 @@ public class CategorizationFragment extends SherlockFragment{ } cursor.close(); - if (MwVolleyApi.GpsCatExists.getGpsCatExists() == true){ + if (MwVolleyApi.GpsCatExists.getGpsCatExists() == true) { //Log.d(TAG, "GPS cats found in CategorizationFragment.java" + MwVolleyApi.getGpsCat().toString()); List gpsItems = new ArrayList(MwVolleyApi.getGpsCat()); //Log.d(TAG, "GPS items: " + gpsItems.toString());