java.lang.NullPointerException
Opened this issue · 6 comments
freecsdn commented
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)
esteedqueen commented
I'm also having this problem... Did you resolve yours @freecsdn ?
plevavas commented
+1
TechnoTrancer commented
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.
jiang111 commented
+1
alinekborges commented
+1
wkh9728 commented
+1