diff --git a/apps/pomoplus/app.js b/apps/pomoplus/app.js index c587a3b730..56275efb46 100644 --- a/apps/pomoplus/app.js +++ b/apps/pomoplus/app.js @@ -196,13 +196,14 @@ if (common.state.running) { } Bangle.on('lock', (on, reason) => { + if (graphicState==2) return; if (on) { hideButtons(); wu.hide(); } if (!on) { drawButtons(); - wu.show(); + if (graphicState==0) wu.show(); } });