Reset connected flag when resetting activity's state.

This commit is contained in:
akwizgran
2013-05-15 18:29:42 +01:00
parent a32cf485fb
commit 2f898d6d44

View File

@@ -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;