We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
松开手指结束录音时,貌似是没有立即停止导致循环执行多了一遍
The text was updated successfully, but these errors were encountered:
好的,这个问题我查下哈
Sorry, something went wrong.
@Doramical 请问你有决解方案吗?我也有这问题
@hilen 录音超过60s之后,应该在delegate加多个回调方法,告诉UI将录音按钮的长按手势设置失效
TSChatEmotionScollView 和 TSChatEmotionInputView 文件下的delegate 存在循环引用问题吧,需要加上weak 修饰
TSChatEmotionScollView
TSChatEmotionInputView
delegate
weak
No branches or pull requests
松开手指结束录音时,貌似是没有立即停止导致循环执行多了一遍
The text was updated successfully, but these errors were encountered: