mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +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;
|
||||
|
||||
// LHS guarantees ordered insertions, allowing for prioritized method A results
|
||||
private final Set<String> results = new LinkedHashSet<String>();
|
||||
PrefixUpdater prefixUpdaterSub = null;
|
||||
MethodAUpdater methodAUpdaterSub = null;
|
||||
PrefixUpdater prefixUpdaterSub;
|
||||
MethodAUpdater methodAUpdaterSub;
|
||||
|
||||
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();
|
||||
|
||||
public static class CategoryItem implements Parcelable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue