一键登录 loading hide,fix bug
This commit is contained in:
@@ -130,6 +130,11 @@ public class ForgetPasswordActivity extends BaseMvpActivity<LoginPresenter, Acti
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void authorError() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
protected LoginPresenter bindPresenter() {
|
||||
return new LoginPresenter(this, this);
|
||||
|
||||
@@ -200,6 +200,11 @@ public class LoginActivity extends BaseMvpActivity<LoginPresenter, ActivityLogin
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void authorError() {
|
||||
|
||||
}
|
||||
|
||||
boolean isPasswordVisible = false;
|
||||
|
||||
@Override
|
||||
|
||||
@@ -96,4 +96,9 @@ public class SwitchAccountsActivity extends BaseMvpActivity<LoginPresenter, Acti
|
||||
public void getThemeData(ThemeBean themeBean) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void authorError() {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -17,6 +17,8 @@ public final class LoginContacter {
|
||||
void ysxlSuccess(String s);
|
||||
|
||||
void getThemeData(ThemeBean themeBean);
|
||||
|
||||
void authorError();
|
||||
}
|
||||
|
||||
public interface ILoginPre extends IPresenter {
|
||||
|
||||
@@ -1824,10 +1824,7 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
|
||||
}
|
||||
}
|
||||
}
|
||||
LogUtils.e("handleMsgType1004", "mRoomInfoResp = ${mRoomInfoResp?.room_info?.pit_list!![pitNumber.toInt() - 1]}")
|
||||
mRoomInfoResp?.room_info?.pit_list?.forEach { it ->
|
||||
LogUtils.e("PitBean:${it.toString()}")
|
||||
}
|
||||
|
||||
roomFragment!!.upRoomInfoData(mRoomInfoResp)
|
||||
roomFragment?.handleRoomMessage(messageEvent)
|
||||
roomBtnShowIsHide(fromUserInfo.user_id)
|
||||
|
||||
Reference in New Issue
Block a user