Show charging clkinfo in case the charger is connected
parent
2165941e1b
commit
e9eec03915
|
|
@ -326,6 +326,13 @@ let lockListenerBw = function(isLocked) {
|
||||||
};
|
};
|
||||||
Bangle.on('lock', lockListenerBw);
|
Bangle.on('lock', lockListenerBw);
|
||||||
|
|
||||||
|
let charging = function(charging){
|
||||||
|
// Jump to battery
|
||||||
|
clockInfoMenu.menuA = 0;
|
||||||
|
clockInfoMenu.menuB = 2;
|
||||||
|
clockInfoMenu.redraw();
|
||||||
|
}
|
||||||
|
Bangle.on('charging', charging);
|
||||||
|
|
||||||
let kill = function(){
|
let kill = function(){
|
||||||
clockInfoMenu.remove();
|
clockInfoMenu.remove();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue