modify upgrade

This commit is contained in:
lixiaopeng
2022-09-29 16:56:57 +08:00
parent 066a0e1ddd
commit 13e6c5e22e
7 changed files with 49 additions and 9 deletions

View File

@@ -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)
}
/**