diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b47efd58..b0c3cf775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Wrong dates from DatePicker. - Update SDK to 5.2.98 +- Date from scheduling a meeting from chat room. ## 5.1.2 - 2023-08-25 diff --git a/linphone-app/ui/views/App/Main/Conversation.qml b/linphone-app/ui/views/App/Main/Conversation.qml index 7cf6016d4..67794fe8f 100644 --- a/linphone-app/ui/views/App/Main/Conversation.qml +++ b/linphone-app/ui/views/App/Main/Conversation.qml @@ -503,6 +503,7 @@ ColumnLayout { onClicked: { conferenceInfoModel.resetConferenceInfo() conferenceInfoModel.isScheduled = true + conferenceInfoModel.initDateTime() conferenceInfoModel.subject = chatRoomModel.subject conferenceInfoModel.setParticipants(conversation.chatRoomModel.participants)