notify: stop event propagation after touch
parent
5498fd2edc
commit
dcd5a2d17d
|
|
@ -157,6 +157,7 @@ exports.hide = function(options) {
|
||||||
hideCallback = undefined;
|
hideCallback = undefined;
|
||||||
id = null;
|
id = null;
|
||||||
Bangle.removeListener("touch", exports.hide);
|
Bangle.removeListener("touch", exports.hide);
|
||||||
|
E.stopEventPropagation && E.stopEventPropagation();
|
||||||
function anim() {
|
function anim() {
|
||||||
pos += 4;
|
pos += 4;
|
||||||
if (pos > 0) {
|
if (pos > 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue