fix(ui/views/App/Calls/Incall): ask for zrtp at first call

This commit is contained in:
Ronan Abhamon 2017-06-07 11:46:48 +02:00
parent 55625c0ac3
commit b84b29bdcf

View file

@ -266,6 +266,7 @@ Rectangle {
Layout.preferredHeight: CallStyle.zrtpArea.height
call: incall.call
visible: !call.isSecured && call.encryption !== CallModel.CallEncryptionNone
z: Constants.zPopup
}