Commit cc3a74f6a1a3067f6dd7ec2fc580888e6bfc7855
1 parent
31caf67a
1 优化选择联系人逻辑
Showing
1 changed file
with
2 additions
and
1 deletions
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/frame/view/SelectIMFriendView.java
| @@ -68,7 +68,7 @@ public class SelectIMFriendView implements MvpView, LetterBarView.OnLetterSelect | @@ -68,7 +68,7 @@ public class SelectIMFriendView implements MvpView, LetterBarView.OnLetterSelect | ||
| 68 | 68 | ||
| 69 | @Override | 69 | @Override |
| 70 | public void onSuccess(List<FriendListData> var1) { | 70 | public void onSuccess(List<FriendListData> var1) { |
| 71 | - hideLoadingView(); | 71 | + |
| 72 | List<String> hasSelectList = xiaoJiaContactInfo.getSids(); | 72 | List<String> hasSelectList = xiaoJiaContactInfo.getSids(); |
| 73 | noLetterInfoList = new ArrayList<>(); | 73 | noLetterInfoList = new ArrayList<>(); |
| 74 | if (null == var1) { | 74 | if (null == var1) { |
| @@ -93,6 +93,7 @@ public class SelectIMFriendView implements MvpView, LetterBarView.OnLetterSelect | @@ -93,6 +93,7 @@ public class SelectIMFriendView implements MvpView, LetterBarView.OnLetterSelect | ||
| 93 | noLetterInfoList.add(noLetterInfo); | 93 | noLetterInfoList.add(noLetterInfo); |
| 94 | //设置 | 94 | //设置 |
| 95 | initView(noLetterInfoList); | 95 | initView(noLetterInfoList); |
| 96 | + hideLoadingView(); | ||
| 96 | } | 97 | } |
| 97 | 98 | ||
| 98 | 99 |