From 9990beeeac6c34abb73fce108b9ad03034f3c806 Mon Sep 17 00:00:00 2001 From: Adam Brewer Date: Sat, 23 May 2020 16:43:50 +0100 Subject: [PATCH] Updated short name --- apps.json | 2 +- apps/pizzatimer/app.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/apps.json b/apps.json index 012a56c6f..787781278 100644 --- a/apps.json +++ b/apps.json @@ -1777,7 +1777,7 @@ { "id": "pizzatimer", "name": "Pizza Timer", - "shortName":"PTimer", + "shortName":"Pizza Timer", "icon": "pizza.png", "version":"0.01", "description": "A timer app for when you cook Pizza. Some say it can also time other things", diff --git a/apps/pizzatimer/app.js b/apps/pizzatimer/app.js index abd31bcc5..2779124fd 100644 --- a/apps/pizzatimer/app.js +++ b/apps/pizzatimer/app.js @@ -226,7 +226,6 @@ function countdown() { if (countDownFinished()) { unsetDrawInterval(); - g.flip(); alertCountdownFinished(); } } @@ -240,8 +239,6 @@ function unsetDrawInterval() { } function startMenuScene() { - g.flip(); - Bangle.buzz(); setupMenuWatches(); unsetDrawInterval(); menu();