anastr / SpeedView

Dynamic Speedometer and Gauge for Android. amazing, powerful, and multi shape :zap:
Apache License 2.0
1.28k stars 321 forks source link

speed receiving is stopped but the speedView is still showing the speed increase. #244

Closed zohaibmushwani closed 1 year ago

zohaibmushwani commented 1 year ago

I stopped the speed from the service side and also set the speed to 0 but it still showing the speed? binding.speedView.speedTo(speed, 1000) is used for speed setting.

anastr commented 1 year ago

Please share more information about the code and how did you reach the view from your service!

zohaibmushwani commented 1 year ago

Please share more information about the code and how did you reach the view from your service!

Sorry by default the tremble was on that was the reason It now works perfectly thank you.