[MOS-870] Fix undesirable notification on call Fixed the case when a dot appeared around the Calls app tile notifying about an answered call.
2 files changed, 2 insertions(+), 0 deletions(-) M module-services/service-cellular/call/CallMachine.hpp M pure_changelog.md
M module-services/service-cellular/call/CallMachine.hpp => module-services/service-cellular/call/CallMachine.hpp +1 -0
@@ 268,6 268,7 @@ namespace call { di.audio->stop(); call.record.duration = di.timer->duration(); call.record.isRead = true; di.db->endCall(call.record); di.multicast->notifyCallEnded(); di.timer->stop();
M pure_changelog.md => pure_changelog.md +1 -0