mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
Reset connected flag when resetting activity's state.
This commit is contained in:
@@ -200,7 +200,7 @@ implements InvitationListener {
|
|||||||
taskHandle = -1;
|
taskHandle = -1;
|
||||||
localInvitationCode = -1;
|
localInvitationCode = -1;
|
||||||
localConfirmationCode = remoteConfirmationCode = -1;
|
localConfirmationCode = remoteConfirmationCode = -1;
|
||||||
connectionFailed = false;
|
connected = connectionFailed = false;
|
||||||
localCompared = remoteCompared = false;
|
localCompared = remoteCompared = false;
|
||||||
localMatched = remoteMatched = false;
|
localMatched = remoteMatched = false;
|
||||||
contactName = null;
|
contactName = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user