Merge lp:~gang65/dialer-app/dialer-app-speaker-icon-fix into lp:dialer-app

Proposed by Bartosz Kosiorek
Status: Needs review
Proposed branch: lp:~gang65/dialer-app/dialer-app-speaker-icon-fix
Merge into: lp:dialer-app
Diff against target: 24 lines (+4/-4)
1 file modified
src/qml/LiveCallPage/LiveCall.qml (+4/-4)
To merge this branch: bzr merge lp:~gang65/dialer-app/dialer-app-speaker-icon-fix
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+284548@code.launchpad.net

Commit message

Use different speaker button (LP: #1413611)

Description of the change

Use different speaker button (LP: #1413611)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

508. By Bartosz Kosiorek

Use different speaker button (LP: #1413611)

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-12-22 18:32:45 +0000
3+++ src/qml/LiveCallPage/LiveCall.qml 2016-02-01 00:10:34 +0000
4@@ -578,16 +578,16 @@
5 iconSource: {
6 if (audioOutputs && audioOutputs.length <= 2) {
7 if (activeAudioOutput == "speaker") {
8- return "speaker"
9+ return "audio-volume-high"
10 }
11- return "speaker-mute"
12+ return "audio-volume-low"
13 } else {
14 if (activeAudioOutput == "bluetooth") {
15 return "audio-speakers-bluetooth-symbolic"
16 } else if (activeAudioOutput == "speaker") {
17- return "speaker"
18+ return "audio-volume-high"
19 } else {
20- return "speaker-mute"
21+ return "audio-volume-low"
22 }
23 }
24 }

Subscribers

People subscribed via source and target branches