11111
This commit is contained in:
@@ -16,12 +16,15 @@ import android.widget.LinearLayout;
|
||||
|
||||
import androidx.annotation.Nullable;
|
||||
|
||||
import com.yunbao.common.manager.NoviceInstructorManager;
|
||||
import com.yunbao.common.utils.FileUtil;
|
||||
import com.yunbao.common.utils.TimeUtils;
|
||||
import com.yunbao.common.utils.ToastUtil;
|
||||
import com.yunbao.live.R;
|
||||
import com.yunbao.live.utils.FileSizeUtil;
|
||||
|
||||
import org.greenrobot.eventbus.EventBus;
|
||||
|
||||
import io.rong.imkit.IMCenter;
|
||||
import io.rong.imlib.IRongCallback;
|
||||
import io.rong.imlib.RongIMClient;
|
||||
@@ -160,7 +163,8 @@ public class InputPanelViewHolder extends LinearLayout implements View.OnClickLi
|
||||
} else {
|
||||
ToastUtil.show("不可以发送空消息");
|
||||
}
|
||||
|
||||
//发送以后删除相应标志
|
||||
NoviceInstructorManager.get(getContext()).removeNoviceInstructor();
|
||||
}
|
||||
|
||||
private TextWatcher mEditTextWatcher = new TextWatcher() {
|
||||
@@ -235,6 +239,8 @@ public class InputPanelViewHolder extends LinearLayout implements View.OnClickLi
|
||||
|
||||
}
|
||||
});
|
||||
//发送以后删除相应标志
|
||||
NoviceInstructorManager.get(getContext()).removeNoviceInstructor();
|
||||
}
|
||||
|
||||
public void sendVideoFile(String filePath) {
|
||||
@@ -293,6 +299,8 @@ public class InputPanelViewHolder extends LinearLayout implements View.OnClickLi
|
||||
ToastUtil.show(errorCode.msg);
|
||||
}
|
||||
});//
|
||||
//发送以后删除相应标志
|
||||
NoviceInstructorManager.get(getContext()).removeNoviceInstructor();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -337,6 +345,8 @@ public class InputPanelViewHolder extends LinearLayout implements View.OnClickLi
|
||||
ToastUtil.show(errorCode.msg);
|
||||
}
|
||||
});
|
||||
//发送以后删除相应标志
|
||||
NoviceInstructorManager.get(getContext()).removeNoviceInstructor();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user