1
0

Fix disconnect state

This commit is contained in:
Victor 2014-03-24 22:09:32 +02:00
parent 903866c8e5
commit 2bf7251a93

View File

@ -44,6 +44,7 @@ public final class SocketHelper extends Thread {
} catch (IOException ex) {
ExceptionHandler.handle(ex);
listener.onStatusChanged(NetworkListener.ON_DISCONNECT, null);
break;
}
try {
Thread.sleep(200);