修改密码房退出页面问题
This commit is contained in:
parent
319a23bf2d
commit
4b8dd546ce
@ -63,9 +63,9 @@ public class LiveRoomCheckLivePresenter {
|
|||||||
DialogUitl.showSimpleInputDialog(context, context.getString(R.string.live_input_password), DialogUitl.INPUT_TYPE_NUMBER_PASSWORD, new DialogUitl.SimpleCallback2() {
|
DialogUitl.showSimpleInputDialog(context, context.getString(R.string.live_input_password), DialogUitl.INPUT_TYPE_NUMBER_PASSWORD, new DialogUitl.SimpleCallback2() {
|
||||||
@Override
|
@Override
|
||||||
public void onCancelClick() {
|
public void onCancelClick() {
|
||||||
if (mContext instanceof Activity) {
|
// if (mContext instanceof Activity) {
|
||||||
((Activity) mContext).finish();
|
// ((Activity) mContext).finish();
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user