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 was archived by the owner on Apr 29, 2021. It is now read-only.
I am working on building something similar to a digital clock, that needs to update the text of a widget periodically every 2 seconds, I tried to do this by calling SetState from inside the Timer callback but the widget does not update, what am I missing?