summaryrefslogtreecommitdiffstats
path: root/app/Dialer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/Dialer.qml')
-rw-r--r--app/Dialer.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Dialer.qml b/app/Dialer.qml
index d88ddcc..97bfcc1 100644
--- a/app/Dialer.qml
+++ b/app/Dialer.qml
@@ -50,6 +50,7 @@ Item {
} else if (telephony.callState == "active") {
rejectButton.active = false
} else if (telephony.callState == "disconnected") {
+ pbap.refreshCalls(100);
rejectButton.active = false
callButton.checked = false
callStateLabel.text = ""