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
view.visible() 我看源码这里是返回一个VIew.VISIBLE,是一个Int类型,并不能改变view,这里应该是一个bug吧 应该写成 inline fun View.visible() { setVisibility(View.VISIBLE) }
The text was updated successfully, but these errors were encountered:
起初我以为是作者有其他用意,我看了下文档确定可能是作者写的时候没有注意,我修改了这个问题提交了PR
Sorry, something went wrong.
@HolmesBill @Quyunshuo 感谢反馈和提交 PR 已经合入
No branches or pull requests
view.visible()
我看源码这里是返回一个VIew.VISIBLE,是一个Int类型,并不能改变view,这里应该是一个bug吧
应该写成
inline fun View.visible() {
setVisibility(View.VISIBLE)
}
The text was updated successfully, but these errors were encountered: