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
使用场景: A界面点击按钮进入B界面,B界面有一个两秒的定时器关闭自己,并且也有一个按钮(此处的要求是,按钮响应抬起事件,按下不响应)点击以后可以关闭自己,回到A界面。 在进入B界面后,一直按在关闭按钮上,等待定时器关闭B界面,返回到A界面后,抬起,程序卡死或者崩溃,目前只有在切换界面的时候重新发送SETCPATURE才可以解决这个问题,但是这个问题应该是底层消息处理的问题。
当前界面不存在了,那么就理应不去响应当前界面的消息(即使按钮这里的要求是抬起响应)....
The text was updated successfully, but these errors were encountered:
多谢反馈,我们排查一下。
Sorry, something went wrong.
Fix a bug reported in Issue #94.
a9da4dd
已修复相关缺陷,请从 rel-5-0 分支更新代码。
rel-5-0
测试已修复
No branches or pull requests
使用场景:
A界面点击按钮进入B界面,B界面有一个两秒的定时器关闭自己,并且也有一个按钮(此处的要求是,按钮响应抬起事件,按下不响应)点击以后可以关闭自己,回到A界面。
在进入B界面后,一直按在关闭按钮上,等待定时器关闭B界面,返回到A界面后,抬起,程序卡死或者崩溃,目前只有在切换界面的时候重新发送SETCPATURE才可以解决这个问题,但是这个问题应该是底层消息处理的问题。
当前界面不存在了,那么就理应不去响应当前界面的消息(即使按钮这里的要求是抬起响应)....
The text was updated successfully, but these errors were encountered: