Skip to content

Commit 6b6f79f

Browse files
author
thyttan
committed
messagegui: small change
1 parent 41934ba commit 6b6f79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/messagegui/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ function showMessagesScroller(msg, persist) {
353353
// Zero ms timeout as to not move on before the scroller has registered the emitted drag event.
354354
setTimeout(()=>{
355355
if ("messagegui.new.js"===global.__FILE__) {return load();}
356-
Bangle.emit("touch", 1, {x:Bangle.appRect.x2/2, y:Bangle.appRect.y2/2, type:0});
356+
Bangle.emit("touch", 1, {x:APP_RECT.x2/2, y:APP_RECT.y2/2, type:0});
357357
},0);
358358
}, BTN, {edge:'rising', repeat:true})));
359359

0 commit comments

Comments
 (0)