DnDToggle #5206
Replies: 1 comment
-
Posted at 2022-09-15 by rigrig You are setting it to the Posted at 2022-09-15 by Hank Same result when I set the number instead of the character. Posted at 2022-09-16 by rigrig Weird, maybe comparing your Posted at 2022-09-16 by Hank Thanks, it eventually worked :) Posted at 2022-09-19 by Hank Now, I'm getting a little frustrated with my icon Posted at 2022-09-20 by rigrig Try making it white-on-transparent Posted at 2022-09-20 by Hank Doesn't work. This shows a blank icon with both themes. Posted at 2022-09-21 by @gfwilliams Sorted :) espruino/BangleApps#2125 Posted at 2022-09-21 by Hank Yay, thanks everyone! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2022-09-15 by Hank
So, I tried to make an app that toggles the Quiet Mode of the watch. So when opening the app via the launcher, it shall query the quiet status and set the opposite (later that will be configurable). It works quite good. When starting, it switches from "quiet mode off" (i.e. "noisy") to "silent" and after starting it again, it switches back.
BUT:
Having it started once, it will set the watch to silent - regardless if it tries to bring back the "quiet mode off" state. In this case even the settings app shows "quiet mode off", but the watch does not do notifications anymore. The only solution to this is opening the settings app and set "quiet mode off" again - even if it already shows "quiet mode off".
Any ideas what I'm doing wrong?
Full code:
Beta Was this translation helpful? Give feedback.
All reactions