Skip to content
New issue

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

【Bug】点击first,fourth,fifth,然后再点击third, 显示有问题 #21

Closed
AbnerPei opened this issue Nov 15, 2022 · 1 comment
Closed

Comments

@AbnerPei
Copy link

①:点击first,fourth,fifth,然后再快递点击third,third显示从1开始

②:点击first,fourth,fifth,然后再点击third一次,然后再快速点击third多次,third显示从99开始,然后累加了起来

@Jonhory
Copy link
Owner

Jonhory commented Nov 25, 2022

当最新的任务需要展示固定数字
addLiveGiftShowModel:showNumber
且不存在旧模型
!oldShowView || ![oldShowView isKindOfClass:[LiveGiftShowView class]]
且当前弹幕数量大于最大限制
self.showViewArr.count >= live_maxGiftShowCount
则加入队列,此时未考虑到showNumber
addToQueue:

fix/show_number分支修复

@Jonhory Jonhory closed this as completed Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants