Open wufei-limit opened 4 years ago
public void showPreviewPage() { showPage(--current); }
直接更改current的值,导致showPage检测current == position为true,无法正确运行
RelativeGuide自身没有添加OnLayoutInflatedListener,为GuidePage添加的OnLayoutInflatedListener并未在RelativeGuide调用。 因此为RelativeGuide新增OnLayoutInflatedListener
谢谢!
直接更改current的值,导致showPage检测current == position为true,无法正确运行
RelativeGuide自身没有添加OnLayoutInflatedListener,为GuidePage添加的OnLayoutInflatedListener并未在RelativeGuide调用。 因此为RelativeGuide新增OnLayoutInflatedListener