~ci-train-bot/messaging-app/messaging-app-ubuntu-xenial-landing-064

« back to all changes in this revision

Viewing changes to src/qml/MMSDelegate.qml

  • Committer: CI Train Bot
  • Author(s): Tiago Salem Herrmann
  • Date: 2016-05-06 14:06:03 UTC
  • mfrom: (555.1.6 messaging-app-add-dialog-back)
  • Revision ID: ci-train-bot@canonical.com-20160506140603-241mz8ff12i3frar
Do not pre-select sim 1. Prompt users to select one instead. Fixes: #1571686

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
            attachment.push(item.filePath)
75
75
            newAttachments.push(attachment)
76
76
        }
77
 
        messages.sendMessage(textMessage, messages.participantIds, newAttachments, {"x-canonical-tmp-files": true})
78
 
        deleteMessage();
 
77
        if (messages.sendMessage(textMessage, messages.participantIds, newAttachments, {"x-canonical-tmp-files": true})) {
 
78
            deleteMessage()
 
79
        }
79
80
    }
80
81
 
81
82
    function copyMessage()