Shashank Indulkar
Shashank Indulkar
**Describe the bug** pdf files are not visible in android 11+
Crashing on below line Fatal Exception: java.lang.NullPointerException: Attempt to read from field 'float[] com.github.mikephil.charting.buffer.AbstractBuffer.buffer' on a null object reference in method 'void com.github.mikephil.charting.renderer.BarChartRenderer.drawValues(android.graphics.Canvas)' at com.github.mikephil.charting.renderer.BarChartRenderer.drawValues(BarChartRenderer.java:266) at com.github.mikephil.charting.charts.BarLineChartBase.onDraw(BarLineChartBase.java:278) at android.view.View.draw(View.java:23993) at...
Crash on below line Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.github.mikephil.charting.buffer.BarBuffer.setPhases(float, float)' on a null object reference at com.github.mikephil.charting.renderer.BarChartRenderer.drawDataSet(BarChartRenderer.java:139) at com.github.mikephil.charting.renderer.BarChartRenderer.drawData(BarChartRenderer.java:82) at com.github.mikephil.charting.charts.BarLineChartBase.onDraw(BarLineChartBase.java:237) at android.view.View.draw(View.java:24218) at android.view.View.updateDisplayListIfDirty(View.java:23036)...