Merge lp:~boiko/dialer-app/rtm-no_sim_names_emergency_mode into lp:dialer-app/rtm-14.09

Proposed by Gustavo Pichorim Boiko
Status: Merged
Approved by: Bill Filler
Approved revision: 237
Merged at revision: 237
Proposed branch: lp:~boiko/dialer-app/rtm-no_sim_names_emergency_mode
Merge into: lp:dialer-app/rtm-14.09
Diff against target: 11 lines (+1/-1)
1 file modified
src/qml/DialerPage/DialerPage.qml (+1/-1)
To merge this branch: bzr merge lp:~boiko/dialer-app/rtm-no_sim_names_emergency_mode
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
Review via email: mp+243655@code.launchpad.net

Commit message

Hide the SIM selector when in emergency mode.

Description of the change

Hide the SIM selector when in emergency mode.

To post a comment you must log in.
Revision history for this message
Bill Filler (bfiller) wrote :

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/qml/DialerPage/DialerPage.qml'
--- src/qml/DialerPage/DialerPage.qml 2014-10-07 17:01:18 +0000
+++ src/qml/DialerPage/DialerPage.qml 2014-12-04 12:55:05 +0000
@@ -181,7 +181,7 @@
181181
182 head.sections.model: {182 head.sections.model: {
183 // does not show dual sim switch if there is only one sim183 // does not show dual sim switch if there is only one sim
184 if (!multipleAccounts) {184 if (!multipleAccounts || greeter.greeterActive) {
185 return undefined185 return undefined
186 }186 }
187187

Subscribers

People subscribed via source and target branches