• My apologies - I should be using

    setTimeout(() => Bangle.drawWidgets(), 10);return
    

    instead I was using:

       setTimeout(Bangle.drawWidgets(), 10);return
    

    I have tested and the error goes away now.

  • Aah so I was on the right lines thinking it was being evaluated, I just overcomplicated my reasoning about why.

About

Avatar for myownself @myownself started