Open
Description
异常bug:NewbieGuide导致应用闪退
异常环境:小米4LTE MIUI7 6.2.18|开发版 ANDROID 6.0.1MMB29M
原因,仍在检查,同代码其它手机暂无闪退
代码:
controller = NewbieGuide.with(this)
.setLabel("蒙板1")
.alwaysShow(true)//总是显示
.addGuidePage(GuidePage.newInstance()
.addHighLightWithOptions(ll_mine,HighLight.Shape.ROUND_RECTANGLE,options1)
.setLayoutRes(R.layout.zc_yd_layout)
.setEverywhereCancelable(false)
)
.addGuidePage(GuidePage.newInstance()
.addHighLightWithOptions(fragment_mine.getView().findViewById(R.id.ll_login_weixin),HighLight.Shape.ROUND_RECTANGLE,options2)
.setLayoutRes(R.layout.dl_yd_layout)
.setEverywhereCancelable(false)
)
.show();
Metadata
Assignees
Labels
No labels