espruino / BangleApps

Bangle.js App Loader (and Apps)
https://banglejs.com/apps
MIT License
498 stars 1.17k forks source link

EdgeWrite: Draw initial text after setUI in case it removes a back button #3641

Closed retcurve closed 3 weeks ago

retcurve commented 3 weeks ago

As discussed in https://github.com/espruino/BangleApps/pull/3633 setUI removes the back button by clearing a rectangle, even if the widget bar is hidden, so this PR moves hiding the widget bar and the draw of any initial text until after this has happened.

thyttan commented 3 weeks ago

Thanks!