mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed conf stuck in full screen mode when last participant leaves
This commit is contained in:
parent
ed05b648d1
commit
896ede0b88
1 changed files with 3 additions and 0 deletions
|
|
@ -197,6 +197,9 @@ class ActiveConferenceCallFragment : GenericCallFragment() {
|
|||
if (participants.size == 1) {
|
||||
Log.i("$TAG We are alone in that conference, using nativePreviewWindowId")
|
||||
core.nativePreviewWindowId = binding.localPreviewVideoSurface
|
||||
|
||||
// Don't forget to leave full screen mode, otherwise we won't be able to leave it by touching video surface...
|
||||
callViewModel.fullScreenMode.postValue(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue