Contact failure: Add better icon and remove technical error message

This commit is contained in:
Torsten Grote
2018-08-14 19:19:56 -03:00
parent d3e44358a4
commit 656ca8d67a
8 changed files with 112 additions and 42 deletions

View File

@@ -102,6 +102,7 @@ class KeyAgreementTaskImpl extends Thread implements KeyAgreementTask,
KeyAgreementTransport transport =
connector.connect(remotePayload, alice);
if (transport == null) {
LOG.warning("Key agreement failed. Transport was null.");
// Notify caller that the connection failed
eventBus.broadcast(new KeyAgreementFailedEvent());
return;