mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
make sure to stop ringing
This commit is contained in:
parent
8b8647ab43
commit
75c672dc5f
1 changed files with 3 additions and 1 deletions
|
|
@ -63,7 +63,9 @@ ApplicationWindow {
|
|||
insertCallInHistory(voiceCallmanager.activeVoiceCall.lineId, 0, 0);
|
||||
} else if (status == 7) {
|
||||
insertCallInHistory(voiceCallmanager.activeVoiceCall.lineId, voiceCallmanager.activeVoiceCall.duration, isIncoming ? 1 : 2);
|
||||
} else {
|
||||
}
|
||||
|
||||
if (status != 5) {
|
||||
dialerUtils.stopRinging();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue