|
@@ -158,6 +158,7 @@ public class TeacherLiveRoomActivity extends BaseMVPActivity<ActivityTeacherLive
|
|
|
Log.i("pq", "LiveRoomActivity receive ConnectionStatus:" + status);
|
|
|
if (status == ConnectionStatus.KICKED_OFFLINE_BY_OTHER_CLIENT
|
|
|
|| status == ConnectionStatus.SIGN_OUT || status == ConnectionStatus.TIMEOUT) {
|
|
|
+ ToastUtil.getInstance().showShort("您的网络状态异常,请重试");
|
|
|
finish();
|
|
|
}
|
|
|
if (status == ConnectionStatus.CONNECTED) {
|