currentconversation: fix property updates
Some local slots that rely on id change are called within the updateData method, and the late update to id_ was causing them to fail. We just set the id and manually notify of a property change on scope exit if needed. Change-Id: Ifd108c0eba492b0c5f8fb3dccb9e0d42c9a223a0
Please register or sign in to comment