You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2022. It is now read-only.
I am very new to android development so please forgive me if I am wrong. I believe the ChronometerDrawer did not get destroy. The function SurfaceDestroyed never get called. So the Thread keeps running at the background even thou the card is remove from the timeline.
The text was updated successfully, but these errors were encountered:
In StopWatchService.java onDestroy, the LiveCard must be unpublished before the callback is removed. Just move the unpublish to before the callback remove and it works. Did for me anyway.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am very new to android development so please forgive me if I am wrong. I believe the ChronometerDrawer did not get destroy. The function SurfaceDestroyed never get called. So the Thread keeps running at the background even thou the card is remove from the timeline.
The text was updated successfully, but these errors were encountered: