mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
parent
a93a2cdb6b
commit
7d838bd72b
@ -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;
|
||||||
|
@ -21,7 +21,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
android:animateLayoutChanges="true">
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
android:id="@+id/progressBar"
|
android:id="@+id/progressBar"
|
||||||
|
Loading…
Reference in New Issue
Block a user