|
|
@@ -84,7 +84,7 @@ public class CommonSeclecActivity extends BaseActivity implements View.OnClickLi
|
|
|
public void onTextChanged(CharSequence s, int start, int before, int count) { }
|
|
|
@Override
|
|
|
public void afterTextChanged(Editable s) {
|
|
|
- if (s.length() >= 3) {
|
|
|
+ if (s.length() >= 0) {
|
|
|
String mSearchStr = s.toString().trim();
|
|
|
LogUtil.i("mSearchStr",mSearchStr);
|
|
|
List<ComDataBean> thisList = new ArrayList<>();
|