PullToRefreshListView 调用onRefreshComplete方法前调用了setMode方法 导致onRefreshComplete无效,onRefreshComplete一定要在setmode前调用,setmode后再调用onRefreshComplete也不会出现问题