diff --git a/apps/widbt/widget.js b/apps/widbt/widget.js index 5d752b575..58b4d4b4a 100644 --- a/apps/widbt/widget.js +++ b/apps/widbt/widget.js @@ -18,10 +18,7 @@ WIDGETS.bluetooth = { disconnect: function() { if(WIDGETS.bluetooth.warningEnabled == 1){ Bangle.buzz(700, 1); // buzz on connection loss - - E.showMessage(/*LANG*/"Connection\nlost.","Bluetooth"); - setInterval(()=>{load();}, 3000); // clear message - + E.showMessage("Connection\nlost.","Bluetooth"); WIDGETS.bluetooth.warningEnabled = 0; setTimeout('WIDGETS.bluetooth.warningEnabled = 1;', 30000); // re-notify only after 30 seconds. }