修改密码房退出页面问题
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() {
|
||||
@Override
|
||||
public void onCancelClick() {
|
||||
if (mContext instanceof Activity) {
|
||||
((Activity) mContext).finish();
|
||||
}
|
||||
// if (mContext instanceof Activity) {
|
||||
// ((Activity) mContext).finish();
|
||||
// }
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user