Remove tabs

pull/605/head
Gordon Williams 2020-11-24 08:16:53 +00:00
parent c27eefcc02
commit 2824cba526
1 changed files with 7 additions and 8 deletions

View File

@ -72,13 +72,12 @@ const onHalfSecond =()=>{
Bangle.on('lcdPower', (on) => {
resetTimer();
if (on) {
om=-1;
startTimer();
drawFace();
}
else {
resetTimer();
if (on) {
om=-1;
startTimer();
drawFace();
} else {
resetTimer();
}
});