android-Ultra-Pull-To-Refresh icon indicating copy to clipboard operation
android-Ultra-Pull-To-Refresh copied to clipboard

fix long to int overflow bug.

Open wangjing53406 opened this issue 7 years ago • 0 comments

In some cases, if the mLoadingStartTime has not yet been assigned, the refreshComplete () method is called, causing the long to int overflow, depending on the timestamp at which time enter the error logic.

wangjing53406 avatar Sep 13 '17 10:09 wangjing53406