This one? https://github.com/espruino/BangleApps/issues/2286
the problem was essentially the order of stuff accessing appRect and calling setUI
Yes - it looked at the appRect before setUI (when there might be no widgets)
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
This one? https://github.com/espruino/BangleApps/issues/2286
Yes - it looked at the appRect before setUI (when there might be no widgets)