Commit 0866a926 authored by chengkun's avatar chengkun

Merge branch 'feature/dev_fight_order' of...

Merge branch 'feature/dev_fight_order' of https://git.yidian-inc.com:8021/bp/ShenghuoquanBusiness into feature/dev_fight_order
parents 5a8d3a71 2505c666
......@@ -132,8 +132,8 @@ class CommonWebViewActivity : BaseMvvmActivity<XbridActivityCommonWebViewBinding
/**
* 获取当前加载页面的名称
*/
private fun getCurrentPageName(): String? {
return XBridManager.getXBridPageName(url)
private fun getCurrentPageName(): String {
return XBridManager.getXBridPageName(url) ?: ""
}
companion object {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment