forked from FOSS/BangleApps
Minor changes
parent
742e5d462f
commit
3ae639f990
|
@ -2,7 +2,7 @@
|
|||
* Includes
|
||||
*/
|
||||
const locale = require('locale');
|
||||
const ts = 200;
|
||||
const ts = 150;
|
||||
|
||||
/************************************************
|
||||
* Assets
|
||||
|
@ -137,6 +137,10 @@ Bangle.on('lcdPower',on=>{
|
|||
|
||||
|
||||
Bangle.on('lock', function(isLocked) {
|
||||
if(isLocked){
|
||||
return;
|
||||
}
|
||||
|
||||
if (drawTimeout) clearTimeout(drawTimeout);
|
||||
drawTimeout = undefined;
|
||||
|
||||
|
|
Loading…
Reference in New Issue