Skip to content
Snippets Groups Projects
Commit 6b9cb684 authored by Andreas Hatziiliou's avatar Andreas Hatziiliou
Browse files

call_notifications: fix editable state of call notifications

Text message notificaitons sent regarding the status of a call
(i.e. busy, call lasted xx:yy mins, etc) were editable due to being
a TextEdit and not a Text

Change-Id: I9ded20a9b4dbdbaee034b0de6ae42e1eca2c02a0
parent 1d0fa772
Branches
Tags
No related merge requests found
......@@ -113,7 +113,7 @@ SBSMessageBase {
}
TextEdit {
Text {
id: callLabel
objectName: "callLabel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment