-
Notifications
You must be signed in to change notification settings - Fork 588
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
setOnLayoutCallback 会执行两次 #62
Comments
同问,怎么解决 |
|
public HighLight(Context context) {
在activity使用的时候,构造方法,和anchor都会去注册布局监听,导致会重复注册,所以在acitivty使用引导层,就不设置anchor。同意楼上@lusongcai |
如题
The text was updated successfully, but these errors were encountered: