android-Ultra-Pull-To-Refresh
android-Ultra-Pull-To-Refresh copied to clipboard
fix long to int overflow bug.
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.