Merge lp:~tiagosh/messaging-app/rtm-14.09-fix-1420976 into lp:messaging-app/rtm-14.09

Proposed by Tiago Salem Herrmann
Status: Merged
Approved by: Bill Filler
Approved revision: 209
Merged at revision: 210
Proposed branch: lp:~tiagosh/messaging-app/rtm-14.09-fix-1420976
Merge into: lp:messaging-app/rtm-14.09
Diff against target: 11 lines (+1/-1)
1 file modified
src/qml/MessageDelegateFactory.qml (+1/-1)
To merge this branch: bzr merge lp:~tiagosh/messaging-app/rtm-14.09-fix-1420976
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+249421@code.launchpad.net

Commit message

Disable spinner for incoming messages.

Description of the change

Disable spinner for incoming messages.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qml/MessageDelegateFactory.qml'
2--- src/qml/MessageDelegateFactory.qml 2014-10-07 16:57:03 +0000
3+++ src/qml/MessageDelegateFactory.qml 2015-02-11 22:12:26 +0000
4@@ -114,7 +114,7 @@
5 width: units.gu(2)
6 visible: running && !selectionMode
7 // if temporarily failed or unknown status, then show the spinner
8- running: (textMessageStatus === HistoryThreadModel.MessageStatusUnknown ||
9+ running: !incoming && (textMessageStatus === HistoryThreadModel.MessageStatusUnknown ||
10 textMessageStatus === HistoryThreadModel.MessageStatusTemporarilyFailed)
11 }
12

Subscribers

People subscribed via source and target branches