fix silly error that was nerfing the outgoing call dialog.
more work towards a decent DEV-42312 and DEV-42313master
parent
64c1146213
commit
74cb5c82a4
|
|
@ -792,9 +792,6 @@ void LLVoiceChannelP2P::activate()
|
|||
{
|
||||
if (callStarted()) return;
|
||||
|
||||
LLVoiceChannel *voice = LLVoiceChannel::getCurrentVoiceChannel();
|
||||
if (voice && !voice->getSessionName().empty())
|
||||
|
||||
LLVoiceChannel::activate();
|
||||
|
||||
if (callStarted())
|
||||
|
|
|
|||
Loading…
Reference in New Issue