[2.13.0-arch-opt] mofang view and status bar opt , pnvView add catch in enum
This commit is contained in:
@@ -51,4 +51,8 @@ interface IMoGoDevaToolsListener {
|
||||
|
||||
}
|
||||
|
||||
fun mofangStatus(status:Boolean){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -36,9 +36,4 @@ interface IViewControlListener {
|
||||
*/
|
||||
fun updateStatusBarDownloadView(insert: Boolean, tag: String, progress: Int){}
|
||||
|
||||
/**
|
||||
* 更新魔方的连接状态
|
||||
*/
|
||||
fun updateMfStatus(tag: String, status: Boolean){}
|
||||
|
||||
}
|
||||
|
||||
@@ -136,9 +136,5 @@ interface IMoGoHmiProvider :IProvider{
|
||||
*/
|
||||
fun updateStatusBarDownloadView(insert: Boolean, tag: String, progress: Int)
|
||||
|
||||
/**
|
||||
* 更新魔方的连接状态
|
||||
*/
|
||||
fun updateMfStatus(tag: String, status: Boolean)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user