woocommerce / woocommerce-android

WooCommerce Android app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
278 stars 134 forks source link

NullPointerException: Attempt to invoke interface method 'int com.github.mikephil.charting.interfaces.datasets.IDataSet... #6481

Open sentry-io[bot] opened 2 years ago

sentry-io[bot] commented 2 years ago

Sentry Issue: WOOCOMMERCE-ANDROID-3ZE

NullPointerException: Attempt to invoke interface method 'int com.github.mikephil.charting.interfaces.datasets.IDataSet.getEntryIndex(com.github.mikephil.charting.data.Entry)' on a null object reference
    at com.github.mikephil.charting.charts.Chart.drawMarkers(Chart.java:728)
    at com.github.mikephil.charting.charts.BarLineChartBase.onDraw(BarLineChartBase.java:285)
    at android.view.View.draw(View.java:23893)
    at android.view.View.updateDisplayListIfDirty(View.java:22762)
    at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:5339)
...
(95 additional frame(s) were not displayed)
atorresveiga commented 2 years ago

Seems similar to this https://github.com/woocommerce/woocommerce-android/pull/1088