NewbieGuide icon indicating copy to clipboard operation
NewbieGuide copied to clipboard

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

Open wufei-limit opened this issue 5 years ago • 1 comments

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

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

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

wufei-limit avatar Jul 01 '20 11:07 wufei-limit

谢谢!

Zhangxd77 avatar Sep 17 '20 05:09 Zhangxd77