mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Don't disable Bluetooth, always reuse the connection.
This commit is contained in:
@@ -184,7 +184,7 @@ public class KeyAgreementActivity extends BriarFragmentActivity implements
|
||||
contactExchangeTask.startExchange(KeyAgreementActivity.this,
|
||||
localAuthor, result.getMasterKey(),
|
||||
result.getConnection(), result.getTransportId(),
|
||||
result.wasAlice(), true);
|
||||
result.wasAlice());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user