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

修复 自定义的值在brn内部进行合并导致 被默认值覆盖的问题 #548

Open
wants to merge 5 commits into
base: 3.x
Choose a base branch
from

Conversation

tang5011235
Copy link

No description provided.

@tang5011235 tang5011235 closed this Dec 5, 2024
@tang5011235 tang5011235 reopened this Dec 5, 2024
@tang5011235 tang5011235 closed this Dec 5, 2024
@tang5011235 tang5011235 reopened this Dec 5, 2024
alan and others added 4 commits December 5, 2024 12:44
photo_view 版本更新为0.15.0
xml 更新为6.5.0
⬆️️ 升级(android): 更新 Android Gradle 插件
✨ 改进(tag/brn_select_tag): 移除单选标签数量断言
♻️ 重构(android): 更新 Android Manifest 文件
if (isSingleSelect == true) {
assert(initTagState == null || (initTagState!.length <= 1));
}
// if (isSingleSelect == true) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请问这里为什么要注释掉?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里是为了兼容,单选的时候,可设置选中状态

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

Successfully merging this pull request may close these issues.

2 participants