mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
Remove duplicate code due to merge mistake.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user