提交 acaa6b38 编写于 作者: K kukixi

fixed 9aaa212a from https://gitee.com/kukixi/xts_acts/pulls/2357

'onTitleModeChanged' change to 'onTitleModeChange'
Signed-off-by: Nkukixi <kouxinxin@huawei.com>
上级 92eab25f
......@@ -132,7 +132,7 @@ struct NavigationExample {
.titleMode(NavigationTitleMode.Free)
.hideTitleBar(false)
.hideBackButton(false)
.onTitleModeChanged((titleModel: NavigationTitleMode) => {
.onTitleModeChange((titleModel: NavigationTitleMode) => {
console.log('titleMode')
})
.toolBar({ items: [
......@@ -148,4 +148,4 @@ struct NavigationExample {
.hideToolBar(this.hideBar)
}
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册