Merge branch 'dev_robotaxi-d-app-module_2120_221017_2.12.0' into 'test_robotaxi-d-app-module_2120_221017_2.12.0.1'
修改bug See merge request zhjt/AndroidApp/MoGoEagleEye!338
This commit is contained in:
@@ -78,7 +78,12 @@ class MogoPrivateObuManager private constructor() {
|
||||
}
|
||||
|
||||
fun disConnectObu(){
|
||||
MogoObuManager.getInstance().disConnect()
|
||||
try {
|
||||
MogoObuManager.getInstance().disConnect()
|
||||
} catch (e: Exception) {
|
||||
e.printStackTrace()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun isConnected(): Boolean{
|
||||
|
||||
Reference in New Issue
Block a user