提交 7839898a 编写于 作者: 杜庆泉's avatar 杜庆泉

修复 uni-app 环境下 android 编译报错的问题

上级 d4e508f5
......@@ -362,8 +362,13 @@ function initShortCut() {
)
)
let shortcut2 = shortcutBuilder2.build()
ShortcutManagerCompat.setDynamicShortcuts(UTSAndroid.getAppContext()!, [shortcut,shortcut2].toKotlinList())
// #ifdef UNI-APP-X
ShortcutManagerCompat.setDynamicShortcuts(UTSAndroid.getAppContext()!, [shortcut,shortcut2].toKotlinList())
// #endif
// #ifndef UNI-APP-X
console.log("当前示例仅支持uni-app x环境")
// #endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册