Test : removing callback attachment to notifyHide to evaluate if lcdPower On is enough

pull/774/head
peeweek 2021-07-27 11:59:23 +02:00
parent 00b6f29b94
commit 827e1538a8
1 changed files with 1 additions and 1 deletions

View File

@ -209,4 +209,4 @@ setWatch(Bangle.showLauncher, BTN2, false);
// Handle redraw on LCD on
Bangle.on('lcdPower', (on) => { if(on) redraw(); });
// Handle redraw on Dismissed Notifications
Bangle.on('notifyHide', () => { redraw(); } );
// Bangle.on('notifyHide', () => { redraw(); } );