~tiagosh/messaging-app/rtm-14.09-fix-1420976

« back to all changes in this revision

Viewing changes to src/qml/MessageDelegateFactory.qml

- Add initial support for the new information messageType.
- Notify users when the active sim card was switched. Fixes: 1356950
Approved by: Gustavo Pichorim Boiko

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        Binding {
77
77
            target: loader.item
78
78
            property: "messageData"
79
 
            value: model
 
79
            value: messageData
80
80
            when: (loader.status === Loader.Ready)
81
81
        }
82
82
        Binding {