Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
6683acd6
Commit
6683acd6
authored
2 years ago
by
Amirhossein Naghshzan
Committed by
Amirhossein Naghshzan
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
CallFragment: fix the gray screen in rendezvous mode
GitLab:
#1112
Change-Id: Iffa5c5bc10e6175117ea76a17d26e8426c500ad7
parent
590270f8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ring-android/app/src/main/java/cx/ring/fragments/CallFragment.kt
+2
-1
2 additions, 1 deletion
...droid/app/src/main/java/cx/ring/fragments/CallFragment.kt
with
2 additions
and
1 deletion
ring-android/app/src/main/java/cx/ring/fragments/CallFragment.kt
+
2
−
1
View file @
6683acd6
...
...
@@ -886,7 +886,8 @@ class CallFragment : BaseSupportFragment<CallPresenter, CallView>(), CallView,
private
fun
generateParticipantOverlay
(
participantsInfo
:
List
<
ParticipantInfo
>)
{
val
overlayViewBinding
=
binding
?.
participantOverlayContainer
?:
return
overlayViewBinding
.
participants
=
participantsInfo
.
filterNot
{
binding
?.
previewContainer
?.
isVisible
=
participantsInfo
.
size
>
1
overlayViewBinding
.
participants
=
if
(
participantsInfo
.
size
==
1
)
participantsInfo
else
participantsInfo
.
filterNot
{
it
.
contact
.
contact
.
isUser
&&
it
.
device
==
presenter
.
getDeviceId
()
}
overlayViewBinding
.
init
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment