大家都在搜接口参数修改

This commit is contained in:
huangjian
2022-12-21 15:48:10 +08:00
parent eacec353c2
commit 614562cd27
2 changed files with 2 additions and 3 deletions

View File

@@ -332,8 +332,7 @@ public class SearchActivity extends BaseMvpActivity<ISearchView, SearchPresenter
private void handleCommonSearch(String id) {
AvRoomModel.get().commonSearch(id)
.compose(bindToLifecycle())
.subscribe(
data -> {
.subscribe(data -> {
if (ListUtils.isListEmpty(data)) {
showCommonSearchEmpty();
} else {