possible fix for #149 and #142

This commit is contained in:
iNPUTmice 2014-05-28 10:37:49 +02:00
parent a0d21211e1
commit e348afac54
1 changed files with 1 additions and 1 deletions

View File

@ -898,7 +898,7 @@ public class XmppConnection implements Runnable {
}
}
}
});
}).start();
} catch (IOException e) {
Log.d(LOGTAG, "io exception during disconnect");
}