~renatofilho/dialer-app/fix-phone-formatter

« back to all changes in this revision

Viewing changes to src/qml/LiveCallPage/LiveCall.qml

Handle the dialer:// URI that will be used to request the live call view and set the active call indicator to visible when not on the live call screen. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
        dtmfVisible = (call && call.voicemail);
121
121
    }
122
122
 
 
123
    onActiveChanged: {
 
124
        callManager.callIndicatorVisible = !active;
 
125
    }
 
126
 
 
127
    Component.onCompleted: {
 
128
        callManager.callIndicatorVisible = !active;
 
129
    }
 
130
 
123
131
    Timer {
124
132
        id: callWatcher
125
133
        interval: 10000