Merge lp:~boiko/dialer-app/fix_sim_live_call into lp:dialer-app

Proposed by Gustavo Pichorim Boiko
Status: Merged
Approved by: Tiago Salem Herrmann
Approved revision: 479
Merged at revision: 483
Proposed branch: lp:~boiko/dialer-app/fix_sim_live_call
Merge into: lp:dialer-app
Diff against target: 11 lines (+1/-0)
1 file modified
src/qml/LiveCallPage/LiveCall.qml (+1/-0)
To merge this branch: bzr merge lp:~boiko/dialer-app/fix_sim_live_call
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Tiago Salem Herrmann (community) Approve
Review via email: mp+277237@code.launchpad.net

Commit message

Make sure the account label is selected on the live call.

Description of the change

Make sure the account label is selected on the live call.

To post a comment you must log in.
Revision history for this message
Tiago Salem Herrmann (tiagosh) wrote :

looks good.
thanks.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qml/LiveCallPage/LiveCall.qml'
2--- src/qml/LiveCallPage/LiveCall.qml 2015-09-07 15:40:45 +0000
3+++ src/qml/LiveCallPage/LiveCall.qml 2015-11-11 12:02:43 +0000
4@@ -76,6 +76,7 @@
5 head.actions: []
6 head.backAction: backAction
7 head.sections.model: multipleAccounts ? [call.account.displayName] : undefined
8+ head.sections.selectedIndex: 0
9 x: header ? header.height : 0
10
11 function reportStatus(callObject, text) {

Subscribers

People subscribed via source and target branches