diff --git a/app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt b/app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt index 19e12f354f..f9526d1869 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/calls/WebRtcCallActivity.kt @@ -54,7 +54,6 @@ import org.thoughtcrime.securesms.webrtc.CallViewModel.State.CALL_RINGING import org.thoughtcrime.securesms.webrtc.Orientation import org.thoughtcrime.securesms.webrtc.audio.SignalAudioManager.AudioDevice.EARPIECE import org.thoughtcrime.securesms.webrtc.audio.SignalAudioManager.AudioDevice.SPEAKER_PHONE -import org.webrtc.RendererCommon import kotlin.math.asin @AndroidEntryPoint diff --git a/app/src/main/java/org/thoughtcrime/securesms/webrtc/CallManager.kt b/app/src/main/java/org/thoughtcrime/securesms/webrtc/CallManager.kt index 5b9d0a8aa7..058dd30aab 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/webrtc/CallManager.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/webrtc/CallManager.kt @@ -628,9 +628,6 @@ class CallManager( _videoState.value = _videoState.value.copy(swapped = videoSwapped) handleMirroring() - //todo TOM floating inset loses its rounded corners when the second surfaceview is added - //todo TOM ios rotates the controls in landscape ( just the buttons though, not the whole ui??) - if (!videoSwapped) { peerConnection?.rotationVideoSink?.apply { setSink(floatingRenderer)