EXT-8065 FIXED added hiding Start IM button on a group call invitation dialog
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/675/ --HG-- branch : product-enginemeow-7.2.2
parent
b023d43ad5
commit
8e7fd534aa
|
|
@ -1929,9 +1929,9 @@ BOOL LLIncomingCallDialog::postBuild()
|
|||
mLifetimeTimer.stop();
|
||||
}
|
||||
|
||||
//it's not possible to connect to existing Ad-Hoc chat through incoming ad-hoc call
|
||||
//it's not possible to connect to existing Ad-Hoc/Group chat through incoming ad-hoc call
|
||||
//and no IM for avaline
|
||||
childSetVisible("Start IM", is_avatar && notify_box_type != "VoiceInviteAdHoc");
|
||||
childSetVisible("Start IM", is_avatar && notify_box_type != "VoiceInviteAdHoc" && notify_box_type != "VoiceInviteGroup");
|
||||
|
||||
setCanDrag(FALSE);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue