notify: stop event propagation after touch

pull/3386/head
Rob Pilling 2024-04-24 18:47:51 +01:00
parent 5498fd2edc
commit dcd5a2d17d
1 changed files with 1 additions and 0 deletions

View File

@ -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) {