diff --git a/apps/widbt_notify/ChangeLog b/apps/widbt_notify/ChangeLog index b9ecd7b7d..d48cdca63 100644 --- a/apps/widbt_notify/ChangeLog +++ b/apps/widbt_notify/ChangeLog @@ -12,4 +12,5 @@ 0.13: Added "connection restored" notification. Fixed restoring of the watchface. 0.14: Added configuration option 0.15: Added option to hide widget when connected -0.16: Simplify code, add option to disable displaying a message \ No newline at end of file +0.16: Simplify code, add option to disable displaying a message +0.17: Minor display fix \ No newline at end of file diff --git a/apps/widbt_notify/metadata.json b/apps/widbt_notify/metadata.json index 626ffcb8b..36905a340 100644 --- a/apps/widbt_notify/metadata.json +++ b/apps/widbt_notify/metadata.json @@ -1,7 +1,7 @@ { "id": "widbt_notify", "name": "Bluetooth Widget with Notification", - "version": "0.16", + "version": "0.17", "description": "Show the current Bluetooth connection status with some optional features: show message, buzz on connect/loss, hide always/if connected.", "icon": "widget.png", "type": "widget", diff --git a/apps/widbt_notify/widget.js b/apps/widbt_notify/widget.js index 1b192412a..4730db5b5 100644 --- a/apps/widbt_notify/widget.js +++ b/apps/widbt_notify/widget.js @@ -40,7 +40,7 @@ redrawCurrentApp: function() { if (typeof(draw) == 'function') { - g.clear(); + g.reset().clear(); draw(); Bangle.loadWidgets(); Bangle.drawWidgets();