|
@@ -925,6 +925,12 @@ public class ContactsController extends BaseController implements SearchView.OnQ
|
|
toggleNewCallHeaderVisibility(isPublicCall);
|
|
toggleNewCallHeaderVisibility(isPublicCall);
|
|
isPublicCall = !isPublicCall;
|
|
isPublicCall = !isPublicCall;
|
|
|
|
|
|
|
|
+ if (isPublicCall) {
|
|
|
|
+ joinConversationViaLinkLayout.setVisibility(View.GONE);
|
|
|
|
+ } else {
|
|
|
|
+ joinConversationViaLinkLayout.setVisibility(View.VISIBLE);
|
|
|
|
+ }
|
|
|
|
+
|
|
if (isPublicCall) {
|
|
if (isPublicCall) {
|
|
List<AbstractFlexibleItem> currentItems = adapter.getCurrentItems();
|
|
List<AbstractFlexibleItem> currentItems = adapter.getCurrentItems();
|
|
Participant internalParticipant;
|
|
Participant internalParticipant;
|