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
=== modified file 'src/qml/LiveCallPage/LiveCall.qml'
--- src/qml/LiveCallPage/LiveCall.qml 2015-12-22 18:32:45 +0000
+++ src/qml/LiveCallPage/LiveCall.qml 2016-02-01 00:10:34 +0000
@@ -578,16 +578,16 @@
578 iconSource: {578 iconSource: {
579 if (audioOutputs && audioOutputs.length <= 2) {579 if (audioOutputs && audioOutputs.length <= 2) {
580 if (activeAudioOutput == "speaker") {580 if (activeAudioOutput == "speaker") {
581 return "speaker"581 return "audio-volume-high"
582 }582 }
583 return "speaker-mute"583 return "audio-volume-low"
584 } else {584 } else {
585 if (activeAudioOutput == "bluetooth") {585 if (activeAudioOutput == "bluetooth") {
586 return "audio-speakers-bluetooth-symbolic"586 return "audio-speakers-bluetooth-symbolic"
587 } else if (activeAudioOutput == "speaker") {587 } else if (activeAudioOutput == "speaker") {
588 return "speaker"588 return "audio-volume-high"
589 } else {589 } else {
590 return "speaker-mute"590 return "audio-volume-low"
591 }591 }
592 }592 }
593 }593 }

Subscribers

People subscribed via source and target branches