mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
get rid of wordlist numbering even for DEBUG
This commit is contained in:
parent
e0d291ae0e
commit
07704969af
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class DictBrowseDelegate extends DelegateBase
|
|||
implements View.OnClickListener {
|
||||
private static final String TAG = DictBrowseDelegate.class.getSimpleName();
|
||||
private static final String DELIM = ".";
|
||||
private static final boolean SHOW_NUM = BuildConfig.DEBUG;
|
||||
private static final boolean SHOW_NUM = false;
|
||||
private static final String[] FAQ_PARAMS = {"filters", "intro"};
|
||||
|
||||
private static final String DICT_NAME = "DICT_NAME";
|
||||
|
|
Loading…
Reference in a new issue