Merge branch '2032-connect-via-bt-crash' into 'master'

Remove duplicate code due to merge mistake

Closes #2032

See merge request briar/briar!1456
This commit is contained in:
akwizgran
2021-05-10 11:55:38 +00:00

View File

@@ -228,9 +228,6 @@ class BluetoothConnecter implements EventListener {
.manageOutgoingConnection(contactId, ID, conn); .manageOutgoingConnection(contactId, ID, conn);
showToast(R.string.toast_connect_via_bluetooth_success); showToast(R.string.toast_connect_via_bluetooth_success);
} }
connectionManager
.manageOutgoingConnection(contactId, ID, conn);
showToast(R.string.toast_connect_via_bluetooth_success);
} finally { } finally {
eventBus.removeListener(this); eventBus.removeListener(this);
} }