mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
If Bluetooth is activated to add a contact, deactivate it afterwards.
Bug #47.
This commit is contained in:
@@ -7,5 +7,5 @@ public interface InvitationTaskFactory {
|
||||
|
||||
/** Creates a task using the given pseudonym and invitation codes. */
|
||||
InvitationTask createTask(AuthorId localAuthorId, int localCode,
|
||||
int remoteCode);
|
||||
int remoteCode, boolean reuseConnection);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user