3.8.6Android在TOUCH_END里面调用scheduleOnce的回调里面调用node.destroy()必Crash!

网页没问题,换成setTimeout也没问题

_onTouchEnd(event: EventTouch) {
event.preventSwallow = true;
this.scheduleOnce(() => {
this.node.destroy();
});
}