fix bugs.
This commit is contained in:
@@ -120,10 +120,10 @@ public class UserInfo extends BaseEvent implements Serializable {
|
||||
|
||||
private long createtime;
|
||||
|
||||
public String name;
|
||||
public String level;
|
||||
public String exp;
|
||||
public String pendant;
|
||||
public String name = "";
|
||||
public String level = "";
|
||||
public String exp = "";
|
||||
public String pendant = "";
|
||||
public String direction;
|
||||
public UserInfo1 user_info1;
|
||||
public UserInfo2 user_info2;
|
||||
|
||||
@@ -3616,6 +3616,8 @@ public class RetrofitClient {
|
||||
|
||||
|
||||
public void quitRoom(String room_id, String user_id, BaseObserver<String> observer) {
|
||||
if (room_id == null ||room_id.isEmpty())
|
||||
return;
|
||||
sApiServer.quitRoom(room_id, user_id).enqueue(new Callback<ResponseBody>() {
|
||||
@Override
|
||||
public void onResponse(Call<ResponseBody> call, Response<ResponseBody> response) {
|
||||
|
||||
@@ -158,6 +158,7 @@ public class ChatRoomFragment extends BaseMvpFragment<ChatRoomPresenter, RoomFra
|
||||
}
|
||||
};
|
||||
MessageListenerSingleton.getInstance().addPublicScreenMessageListener(messageListener);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -28,8 +28,8 @@ isBuildModule=false
|
||||
#org.gradle.deamon=false
|
||||
android.injected.testOnly=false
|
||||
|
||||
APP_VERSION_NAME=1.0.6.7
|
||||
APP_VERSION_CODE=56
|
||||
APP_VERSION_NAME=1.0.6.8
|
||||
APP_VERSION_CODE=58
|
||||
|
||||
org.gradle.jvm.toolchain.useLegacyAdapters=false
|
||||
#org.gradle.java.home=C\:\\Users\\qx\\.jdks\\ms-17.0.15
|
||||
|
||||
Reference in New Issue
Block a user