mirror of https://github.com/espruino/BangleApps
Show ? instead of err if weather is unknown.
parent
0cec394aab
commit
463a107c28
|
@ -76,7 +76,7 @@
|
||||||
weather.drawIcon(w, g.getWidth()-20, g.getHeight()-15, 14);
|
weather.drawIcon(w, g.getWidth()-20, g.getHeight()-15, 14);
|
||||||
|
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
g.drawString("ERR", g.getWidth()-3, g.getHeight() - 1, true);
|
g.drawString("???", g.getWidth()-3, g.getHeight() - 1, true);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue