mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
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:
@@ -228,9 +228,6 @@ class BluetoothConnecter implements EventListener {
|
||||
.manageOutgoingConnection(contactId, ID, conn);
|
||||
showToast(R.string.toast_connect_via_bluetooth_success);
|
||||
}
|
||||
connectionManager
|
||||
.manageOutgoingConnection(contactId, ID, conn);
|
||||
showToast(R.string.toast_connect_via_bluetooth_success);
|
||||
} finally {
|
||||
eventBus.removeListener(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user