XPopup
XPopup copied to clipboard
fix 解决bottom 偶现关闭不掉的问题

最新版本还是存在偶尔关不不掉的问题,调试发现 close()中的post调用smoothScroll(),传入dy
smoothScroll()中也调用post执行dy
两个post产生的异步,dy和-getScrollY()的值出现不同就会关闭不掉了
注释掉close()中smoothScroll(),直接startScroll()后正常
