修复测试反馈问题

This commit is contained in:
zlzw 2023-10-27 18:00:19 +08:00
parent 9d0f8cb060
commit 76afa04643
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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"