~renatofilho/messaging-app/fix-1489330

« back to all changes in this revision

Viewing changes to src/qml/MessageDelegate.qml

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2016-05-16 15:53:28 UTC
  • mfrom: (458.1.101 messaging-app)
  • Revision ID: renato.filho@canonical.com-20160516155328-3lkc6f6cob6jgi8k
Trunk merged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    property bool incoming: (messageData && messageData.senderId !== "self")
27
27
    property string accountLabel: ""
28
28
    property var _lastItem
 
29
    property bool swipeLocked: false
29
30
 
30
31
    function deleteMessage()
31
32
    {