android6.0 PullToRefreshWebView中的FloatMath.floor()不能用了怎

Android 码拜 9年前 (2016-05-13) 851次浏览
protected boolean isReadyForPullEnd() {
float exactContentHeight = FloatMath.floor(mRefreshableView.getContentHeight() * mRefreshableView.getScale());
return mRefreshableView.getScrollY() >= (exactContentHeight – mRefreshableView.getHeight());
}

其中floor要报错怎么替换啊
解决方案

20

Android6.0使用 Math.floor 代替 FloatMath.floor 即可;

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明android6.0 PullToRefreshWebView中的FloatMath.floor()不能用了怎
喜欢 (0)
[1034331897@qq.com]
分享 (0)