Fixed app exit crash
This commit is contained in:
parent
84b679a7cc
commit
de917efda4
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ public class UeBehaviourSynchronize extends UeBehaviour implements BluetoothClie
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void close(){
|
public synchronized void close(){
|
||||||
if(client != null){
|
if(client != null){
|
||||||
client.close();
|
client.close();
|
||||||
client = null;
|
client = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue