[routing]

[fea]
[不设置站点 去下发轨迹]
This commit is contained in:
yangyakun
2025-05-26 16:36:26 +08:00
parent c284e8bf12
commit 1a0c7c8f91
3 changed files with 145 additions and 111 deletions

View File

@@ -59,4 +59,11 @@ class TopSwitchBizView: WindowRelativeLayout, SwtichBizeModel.SwtichLineViewCall
}
}
override fun onDetachedFromWindow() {
super.onDetachedFromWindow()
RoutingManager.getRoutingView()?.let {
routingSwitchView.removeView(it)
}
}
}