From dcd5a2d17d3450fb25bbf77caf770c2bd09bf803 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Wed, 24 Apr 2024 18:47:51 +0100 Subject: [PATCH] notify: stop event propagation after touch --- apps/notify/notify_bjs2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/notify/notify_bjs2.js b/apps/notify/notify_bjs2.js index 456c4e929..40de7a271 100644 --- a/apps/notify/notify_bjs2.js +++ b/apps/notify/notify_bjs2.js @@ -157,6 +157,7 @@ exports.hide = function(options) { hideCallback = undefined; id = null; Bangle.removeListener("touch", exports.hide); + E.stopEventPropagation && E.stopEventPropagation(); function anim() { pos += 4; if (pos > 0) {