diff --git a/Linphone/UI/Call/CallView.swift b/Linphone/UI/Call/CallView.swift index 5e0e44be4..fd08d88d7 100644 --- a/Linphone/UI/Call/CallView.swift +++ b/Linphone/UI/Call/CallView.swift @@ -1975,9 +1975,9 @@ struct CallView: View { .frame(width: buttonSize, height: buttonSize) .background(Color.gray500) .cornerRadius(40) - .disabled(callViewModel.isPaused || telecomManager.isPausedByRemote || telecomManager.outgoingCallStarted) + .disabled(callViewModel.isPaused || telecomManager.isPausedByRemote || telecomManager.outgoingCallStarted || optionsChangeLayout == 3) - if callViewModel.isPaused || telecomManager.isPausedByRemote || telecomManager.outgoingCallStarted { + if callViewModel.isPaused || telecomManager.isPausedByRemote || telecomManager.outgoingCallStarted || optionsChangeLayout == 3 { Color.gray600.opacity(0.8) .cornerRadius(40) .allowsHitTesting(false)