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

修复showPreviewPage和RelativeGuide的初始化监听问题 #175

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wufei-limit
Copy link

public void showPreviewPage() {
        showPage(--current);
}

直接更改current的值,导致showPage检测current == position为true,无法正确运行

RelativeGuide自身没有添加OnLayoutInflatedListener,为GuidePage添加的OnLayoutInflatedListener并未在RelativeGuide调用。
因此为RelativeGuide新增OnLayoutInflatedListener

@Zhangxd77
Copy link

谢谢!

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