Skip to content

Commit 12e0be6

Browse files
Kaltalomatusmisiak
authored andcommitted
CLICK_UP better than CLICK_DOWN
1 parent c9cfe5b commit 12e0be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watchface/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ WatchFace({
251251
w: DW / 2,
252252
h: DW / 2 + I_SIZE + I_SPACE_V,
253253
//type: groups[i].getProperty(hmUI.prop.CURRENT_TYPE)
254-
}).addEventListener(hmUI.event.CLICK_DOWN, function (info) {
254+
}).addEventListener(hmUI.event.CLICK_UP, function (info) {
255255
hmApp.startApp({ url: 'pai_app_Screen', native: true })
256256
});
257257
} else {

0 commit comments

Comments
 (0)