maityamit / Sleepometer-Android-App

Sleepometer Android App , measure your sleep and track. This will basically measure your sleep, and represent the overall day-wise sleep hours and the last 7 days' average sleep also can measure.
https://play.google.com/store/apps/details?id=sleepometerbyamitmaity.example.sleepometer
MIT License
25 stars 41 forks source link

[Bug]: app crash in "stats Fragement" #44

Closed kuldeepsingh0330 closed 1 year ago

kuldeepsingh0330 commented 1 year ago

Contact Details

kuldeepsingh030020001@gmail.com

What happened?

A bug happened!

https://user-images.githubusercontent.com/95225751/207600603-7083d1f9-f489-4418-a578-3ac3297e7870.mp4

1

When I was switch between stats and Home fragement. The app was crashed.

Relevant log output

No response

Code of Conduct

Rohit-554 commented 1 year ago

Basically when you are setting the colour it needs the current context, so you can use the below code Use int color = ContextCompat.getColor(requirecontext, R.color.purple_700); series.setcolor(color)

See if this works!

maityamit commented 1 year ago

@kuldeepsingh0330 now works ?

kuldeepsingh0330 commented 1 year ago

yes and i have solved the issue

kuldeepsingh0330 commented 1 year ago

assign me this issue and i created a PR.

maityamit commented 1 year ago

okay @kuldeepsingh0330