Skip to content

Fix inactive "Send Arrow" in smsapp after first message sent

Dmytrii Zavalnyi requested to merge zaval/kdeconnect-kde:bugfix/455149 into master

The "enabled" property of the button was set to false and has overwritten the default value based on the message length. The message field had "anchors.fill" positioning and raised "Binding loop detected for property "implicitHeight"" error. attachmentList property of ChatMessage didn't have the default value and was undefined.

BUG: 455149

Merge request reports