Fixes desktop sharing button enabled too early in the call.

cusax-fix
Yana Stamcheva 15 years ago
parent 2015f01336
commit f6f0d150dc

@ -656,7 +656,7 @@ public void enableButtons(boolean enable)
if (!isLastConference)
{
// Buttons would be enabled once the call has entered in state
// Buttsons would be enabled once the call has entered in state
// connected.
ProtocolProviderService protocolProvider
= call.getProtocolProvider();
@ -681,6 +681,7 @@ public void enableButtons(boolean enable)
{
videoButton.setEnabled(enable);
fullScreenButton.setEnabled(enable);
desktopSharingButton.setEnabled(enable);
}
}
}

Loading…
Cancel
Save