mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Minor fixes
This commit is contained in:
parent
4f654f3b72
commit
a21cd1dd86
1 changed files with 4 additions and 3 deletions
|
|
@ -52,13 +52,14 @@ public class CategorizationFragment extends SherlockFragment{
|
||||||
|
|
||||||
protected HashMap<String, ArrayList<String>> categoriesCache;
|
protected HashMap<String, ArrayList<String>> categoriesCache;
|
||||||
|
|
||||||
|
// LHS guarantees ordered insertions, allowing for prioritized method A results
|
||||||
private final Set<String> results = new LinkedHashSet<String>();
|
private final Set<String> results = new LinkedHashSet<String>();
|
||||||
PrefixUpdater prefixUpdaterSub = null;
|
PrefixUpdater prefixUpdaterSub;
|
||||||
MethodAUpdater methodAUpdaterSub = null;
|
MethodAUpdater methodAUpdaterSub;
|
||||||
|
|
||||||
private ContentProviderClient client;
|
private ContentProviderClient client;
|
||||||
|
|
||||||
protected final int SEARCH_CATS_LIMIT = 25;
|
protected final static int SEARCH_CATS_LIMIT = 25;
|
||||||
private static final String TAG = CategorizationFragment.class.getName();
|
private static final String TAG = CategorizationFragment.class.getName();
|
||||||
|
|
||||||
public static class CategoryItem implements Parcelable {
|
public static class CategoryItem implements Parcelable {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue