Remove duplicate code due to merge mistake.

This commit is contained in:
akwizgran
2021-05-10 12:29:28 +01:00
parent 9dff8bd64a
commit dc7290dab7

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);
} }