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

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

Commit message

Enable page to receive focus.

This will make the bottom edge disappear while interacting with the dialer app.

Description of the change

Enable page to receive focus.

This will make the bottom edge disappear while interacting with the dialer app.

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
1=== modified file 'src/qml/dialer-app.qml'
2--- src/qml/dialer-app.qml 2014-11-10 23:07:05 +0000
3+++ src/qml/dialer-app.qml 2014-12-04 13:25:32 +0000
4@@ -32,7 +32,6 @@
5 property string ussdResponseText: ""
6 property bool multipleAccounts: telepathyHelper.activeAccounts.length > 1
7 property QtObject account: defaultAccount()
8- activeFocusOnPress: false
9
10 function defaultAccount() {
11 // we only use the default account property if we have more
12@@ -70,7 +69,7 @@
13 Connections {
14 target: telepathyHelper
15 onSetupReady: {
16- if (multipleAccounts && !telepathyHelper.defaultCallAccount &&
17+ if (multipleAccounts && !telepathyHelper.defaultCallAccount &&
18 settings.mainViewDontAskCount < 3 && pageStack.depth === 1) {
19 PopupUtils.open(Qt.createComponent("Dialogs/NoDefaultSIMCardDialog.qml").createObject(mainView))
20 }

Subscribers

People subscribed via source and target branches