diff --git a/linphone-desktop/ui/modules/Common/Form/ListForm.qml b/linphone-desktop/ui/modules/Common/Form/ListForm.qml index c8d95dcbd..83670af95 100644 --- a/linphone-desktop/ui/modules/Common/Form/ListForm.qml +++ b/linphone-desktop/ui/modules/Common/Form/ListForm.qml @@ -184,7 +184,7 @@ RowLayout { // // So, I choose to run a callback executed after this // internal event. - Utils.setTimeout(listForm, 0, function () { + Utils.setTimeout(values, 0, function () { textInput.forceActiveFocus() }) }