do not attempt retract if onStop was faster than backend connect
This commit is contained in:
parent
a008993d06
commit
60cea03dce
|
@ -296,7 +296,9 @@ public class RtpSessionActivity extends XmppActivity implements XmppConnectionSe
|
|||
if (jingleRtpConnection != null) {
|
||||
releaseVideoTracks(jingleRtpConnection);
|
||||
} else if (!isChangingConfigurations()) {
|
||||
retractSessionProposal();
|
||||
if (xmppConnectionService != null) {
|
||||
retractSessionProposal();
|
||||
}
|
||||
}
|
||||
releaseProximityWakeLock();
|
||||
super.onStop();
|
||||
|
|
Loading…
Reference in a new issue