Open Jeffyang2017 opened 11 months ago
That's because of this : ru/aleshin/features/analytics/impl/presenatiton/ui/views/PlanningAnalyticsSection.kt:151 ; The reporter's phone is using Chinese as language , therefore the string of month has only two chars: "x月", however, the developer didn't take this into consideration and wrote this : text = monthFormat.format(monthAnalytics[0].date).substring(0, 3) which causes index out of bound.
see screen shot