~aleteoryx/muditaos

ac68ec9efa5bfb56a9833623d171bec6bda2b28d — Marcin Zieliński 3 years ago 158d23e
[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
@@ 38,6 38,7 @@
* Fixed the notification of unread messages are not deleted with the thread
* Fixed several MTP issues
* Fixed notifications of unread SMS threads on the home screen
* Fixed false dotted notification above Calls app in case of answered call

### Added