fix gesture

master
Gordon Williams 2019-11-10 11:23:35 +00:00
parent e7a6cbedfd
commit dae7fe3b0f
1 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,7 @@ function drawApp() {
if (next) {
if (settings.HIDGestures) {
Bangle.on('aiGestures', (v) => {
Bangle.on('aiGesture', (v) => {
switch (v) {
case 'swipeleft':
E.showMessage('next');
@ -101,4 +101,3 @@ if (next) {
drawApp();
}