提交 16691978 编写于 作者: C cy7717

mod

Signed-off-by: Ncy7717 <chenyu301@huawei.com>
上级 d18e9a38
......@@ -67,7 +67,7 @@
onDestroy() {
console.log("onDestroy.");
this.context.destroy();
this.keyboardController.destroy();
}
}
```
......@@ -106,7 +106,7 @@
this.unRegisterListener(); // 注销事件监听
let win = windowManager.findWindow(this.windowName);
win.destroyWindow(); // 销毁窗口
this.mContext.terminateSelf(); // 销毁InputMethodExtensionAbility服务
this.mContext.destroy(); // 销毁InputMethodExtensionAbility服务
}
private initWindow(): void // 初始化窗口
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册