mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Add new titleCatQuery() function
This commit is contained in:
parent
96eef100cb
commit
d61b662f38
1 changed files with 6 additions and 0 deletions
|
|
@ -114,6 +114,12 @@ public class CategorizationFragment extends Fragment {
|
||||||
|
|
||||||
//TODO: Probably add 'suggest from filename' cats here. We want it to be displayed at start, not upon typing
|
//TODO: Probably add 'suggest from filename' cats here. We want it to be displayed at start, not upon typing
|
||||||
//TODO: Search using MethodA query, but can't use MethodAUpdater because we don't want it updating when user types
|
//TODO: Search using MethodA query, but can't use MethodAUpdater because we don't want it updating when user types
|
||||||
|
protected ArrayList<String> titleCatQuery() {
|
||||||
|
ArrayList<String> items = new ArrayList<String>();
|
||||||
|
|
||||||
|
|
||||||
|
return items;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves recently-used categories
|
* Retrieves recently-used categories
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue