GoogleProgressBar icon indicating copy to clipboard operation
GoogleProgressBar copied to clipboard

Getting null pointer exception while showing progressbar

Open skyshine999 opened this issue 7 years ago • 1 comments

I am using this library in viewpager i am getting this crash

java.lang.NullPointerException: Attempt to read from null array at com.jpardogo.android.googleprogressbar.library.ChromeFloatingCirclesDrawable.draw(ChromeFloatingCirclesDrawable.java:189) at android.widget.ProgressBar.drawTrack(ProgressBar.java:1803) at android.widget.ProgressBar.onDraw(ProgressBar.java:1770) at android.view.View.draw(View.java:17503) at android.view.View.updateDisplayListIfDirty(View.java:16496) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:3907) at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:3887) at android.view.View.updateDisplayListIfDirty(View.java:16456) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:3907) at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:3887) at android.view.View.updateDisplayListIfDirty(View.java:16456) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:3907) at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:3887) at android.view.View.updateDisplayListIfDirty(View.java:16456)

skyshine999 avatar Jun 17 '17 13:06 skyshine999

Same here

mdczaplicki avatar Oct 20 '17 14:10 mdczaplicki