Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The app crashed when I click "Analytics" bottom button. #93

Open
Jeffyang2017 opened this issue Dec 18, 2023 · 1 comment
Open

The app crashed when I click "Analytics" bottom button. #93

Jeffyang2017 opened this issue Dec 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Jeffyang2017
Copy link

see screen shotScreenshot_2023-12-18-16-52-56-882_com.miui.thirdappassistant.jpg

@v1tzor v1tzor added the bug Something isn't working label Jan 15, 2024
@Ethan-20
Copy link

Ethan-20 commented Mar 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants