mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
parent
a93a2cdb6b
commit
7d838bd72b
@ -925,6 +925,12 @@ public class ContactsController extends BaseController implements SearchView.OnQ
|
||||
toggleNewCallHeaderVisibility(isPublicCall);
|
||||
isPublicCall = !isPublicCall;
|
||||
|
||||
if (isPublicCall) {
|
||||
joinConversationViaLinkLayout.setVisibility(View.GONE);
|
||||
} else {
|
||||
joinConversationViaLinkLayout.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
||||
if (isPublicCall) {
|
||||
List<AbstractFlexibleItem> currentItems = adapter.getCurrentItems();
|
||||
Participant internalParticipant;
|
||||
|
@ -21,7 +21,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
android:animateLayoutChanges="true">
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/progressBar"
|
||||
|
Loading…
Reference in New Issue
Block a user