Skip to content
Snippets Groups Projects
Commit 60cea03d authored by Daniel Gultsch's avatar Daniel Gultsch
Browse files

do not attempt retract if onStop was faster than backend connect

parent a008993d
Branches
Tags
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment