Android-MaterialRefreshLayout icon indicating copy to clipboard operation
Android-MaterialRefreshLayout copied to clipboard

java.lang.NullPointerException

Open freecsdn opened this issue 10 years ago • 6 comments

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)

freecsdn avatar Nov 04 '15 09:11 freecsdn

I'm also having this problem... Did you resolve yours @freecsdn ?

esteedqueen avatar Jan 14 '16 14:01 esteedqueen

+1

plevavas avatar Feb 23 '16 18:02 plevavas

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.

TechnoTrancer avatar Mar 09 '16 23:03 TechnoTrancer

+1

jiang111 avatar Nov 11 '16 06:11 jiang111

+1

alinekborges avatar Jan 23 '17 16:01 alinekborges

+1

wkh9728 avatar Jul 10 '17 15:07 wkh9728