We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a640767 commit 6691d3aCopy full SHA for 6691d3a
apps/sched/sched.js
@@ -21,7 +21,6 @@ function showSnoozeMenu(alarm){
21
const alarmIndex = alarms.indexOf(alarm);
22
const settings = require("sched").getSettings();
23
let buzzCount = 0;
24
- let buttons=
25
Bangle.buzz(40);
26
if(alarm.timer){
27
0 commit comments