1
0
Fork 0

Merge pull request #11 from andrewgoz/dev

Merge Dev changes
master
Andrew Gregory 2022-01-05 12:09:45 +08:00 committed by GitHub
commit f62ed30e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ function onDrag(e) {
function onSwipe(e) {
if (e == 1) {
Bangle.showLauncher();
exitApp();
}
if (e == -1 && state.curtoken != -1 && tokens[state.curtoken].period <= 0) {
tokens[state.curtoken].period--;