[2.13.0-arch-opt] mofang view and status bar opt , pnvView add catch in enum
This commit is contained in:
@@ -55,4 +55,11 @@ object CallerDevaToolsListenerManager : CallerBase<IMoGoDevaToolsListener>() {
|
||||
}
|
||||
}
|
||||
|
||||
fun invokeMoFangStatus(status:Boolean){
|
||||
M_LISTENERS.forEach {
|
||||
val listener = it.value
|
||||
listener.mofangStatus(status)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -212,11 +212,4 @@ object CallerHmiManager {
|
||||
hmiProviderApi?.updateStatusBarDownloadView(insert, tag, progress)
|
||||
}
|
||||
|
||||
/**
|
||||
* 更新魔方的链接状态
|
||||
*/
|
||||
fun updateMfStatusView(tag: String, status: Boolean) {
|
||||
hmiProviderApi?.updateMfStatus(tag, status)
|
||||
}
|
||||
|
||||
}
|
||||
@@ -45,8 +45,4 @@ object CallerHmiViewControlListenerManager : CallerBase<IViewControlListener>()
|
||||
M_LISTENERS[tag]?.updateStatusBarDownloadView(insert, tag, progress)
|
||||
}
|
||||
|
||||
fun updateMfStatus(tag: String, viewTag: String, status: Boolean) {
|
||||
M_LISTENERS[tag]?.updateMfStatus(viewTag, status)
|
||||
}
|
||||
|
||||
}
|
||||
@@ -243,6 +243,7 @@ object CallerVisualAngleManager {
|
||||
PriorityQueue<Record>()
|
||||
}
|
||||
|
||||
@Volatile
|
||||
private var mLevel:Boolean = false
|
||||
|
||||
fun updateLongSightLevel(level:Boolean){
|
||||
|
||||
Reference in New Issue
Block a user