修复测试反馈问题
This commit is contained in:
parent
9d0f8cb060
commit
76afa04643
@ -405,11 +405,12 @@ public class ChatMessageFragment extends AbsConversationFragment {
|
||||
.getTargetUserInfo(Integer.parseInt(targetId), new HttpCallback<UserBean>() {
|
||||
@Override
|
||||
public void onSuccess(UserBean data) {
|
||||
if (data.getInfo().getName_auth() == 2) {
|
||||
/* if (data.getInfo().getName_auth() == 2) {
|
||||
listener.onSuccess("", null);
|
||||
} else {
|
||||
listener.onError(data.getInfo().getName_auth(), "");
|
||||
}
|
||||
}*/
|
||||
listener.onSuccess("", null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/input_panel_voice_toggle"
|
||||
android:layout_width="81dp"
|
||||
android:layout_height="87dp"
|
||||
android:layout_width="27dp"
|
||||
android:layout_height="27dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user