java.lang.NullPointerException
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.cjj.f.setProgressValue(int)' on a null object reference at com.cjj.MaterialRefreshLayout.setProgressValue(MaterialRefreshLayout.java:393) at com.cjj.MaterialRefreshLayout.g(MaterialRefreshLayout.java:484)
I'm also having this problem... Did you resolve yours @freecsdn ?
+1
I have the same issue in my case i use a ViewPager and is caused by turning off screen phone when turn on again, the animation was stopped. So when i want to finishRefresh(); it attemps to invoke a method on null object.
Using android.support.v4.widget.SwipeRefreshLayout the animation persist after a lock/unlock process.
+1
+1
+1