mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Fix / activeCallPipInitialized not correctly initialized
This commit is contained in:
parent
9d401512d3
commit
76bcf9dcf7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class ActiveCallViewHolder() {
|
|||
activeCallPiP?.setScalingType(RendererCommon.ScalingType.SCALE_ASPECT_BALANCED)
|
||||
activeCallPiP?.setEnableHardwareScaler(true /* enabled */)
|
||||
activeCallPiP?.setZOrderMediaOverlay(true)
|
||||
activeCallPipInitialized
|
||||
activeCallPipInitialized = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue