修改进入房间提示
This commit is contained in:
@@ -2319,6 +2319,7 @@ public class RetrofitClient {
|
||||
CommonAppContext.getInstance().isRoomJoininj = false;
|
||||
observer.onError(t);
|
||||
if (joinRoomLoadListener != null) {
|
||||
ToastUtils.showLong("网络异常");
|
||||
joinRoomLoadListener.onJoinRoomLoad("网络异常");
|
||||
}
|
||||
}
|
||||
@@ -2339,6 +2340,7 @@ public class RetrofitClient {
|
||||
}
|
||||
}else {
|
||||
if (joinRoomLoadListener != null) {
|
||||
ToastUtils.showLong("网络异常");
|
||||
joinRoomLoadListener.onJoinRoomLoad("网络异常");
|
||||
}
|
||||
}
|
||||
@@ -2347,6 +2349,7 @@ public class RetrofitClient {
|
||||
@Override
|
||||
public void onFailure(Call<BaseModel<BeforeJoinRoomCheckBean>> call, Throwable t) {
|
||||
if (joinRoomLoadListener != null) {
|
||||
ToastUtils.showLong("网络异常");
|
||||
joinRoomLoadListener.onJoinRoomLoad("网络异常");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,8 +28,8 @@ isBuildModule=false
|
||||
#org.gradle.deamon=false
|
||||
android.injected.testOnly=false
|
||||
|
||||
APP_VERSION_NAME=1.0.8.8
|
||||
APP_VERSION_CODE=78
|
||||
APP_VERSION_NAME=1.0.8.9
|
||||
APP_VERSION_CODE=79
|
||||
|
||||
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