huburt-Hu / NewbieGuide

Android 快速实现新手引导层的库,通过简洁链式调用,一行代码实现引导层的显示
Apache License 2.0
3.56k stars 519 forks source link

the highlight view is null! #208

Open JamesMarts opened 1 year ago

JamesMarts commented 1 year ago
image

怎么回事啊

wbzlop commented 1 year ago

hhighlight view 被回收了,可以换 addHighLight(RectF rectF, HighLight.Shape shape, int round),自己算rectF,哪怕报错也能自己catch