modify upgrade
This commit is contained in:
@@ -292,8 +292,8 @@ object CallerHmiManager : CallerBase() {
|
||||
waringProviderApi?.showModifyBindingcarDialog()
|
||||
}
|
||||
|
||||
fun showUpgradeDialog(name: String, url: String, title: String, content: String) {
|
||||
waringProviderApi?.showUpgradeDialog(name, url, title, content)
|
||||
fun showUpgradeDialog(name: String, url: String, title: String, content: String, installType: String) {
|
||||
waringProviderApi?.showUpgradeDialog(name, url, title, content, installType)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user