Fixed app exit crash

This commit is contained in:
Ziver Koc 2015-01-30 17:20:43 +01:00
parent 84b679a7cc
commit de917efda4

View file

@ -105,7 +105,7 @@ public class UeBehaviourSynchronize extends UeBehaviour implements BluetoothClie
}
}
public void close(){
public synchronized void close(){
if(client != null){
client.close();
client = null;