[fix]
[关闭开关、推出登录后关闭算路模块]
This commit is contained in:
yangyakun
2025-06-13 16:13:32 +08:00
parent edbcdfccc4
commit 9236467851
7 changed files with 44 additions and 3 deletions

View File

@@ -55,4 +55,11 @@ object CallerSopSettingManager: CallerBase<ISopSettingListener>() {
}
}
fun invokeRoutingListener(status: Boolean){
M_LISTENERS.forEach {
val listener = it.value
listener.onRoutingClickEvent(status)
}
}
}