You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
我在fragment的布局中绑定点击事件:
它在生成的FragmentBinding中报错:
新建的userFragmentViewMode 和 判空用的 变量重名。
同样的代码在activity中就是ok的,会产生两个不一样的变量名。
而且FragmentBinding是不能修改