diff --git a/click/manifest.json.in b/click/manifest.json.in index 0d59a29..2a90f76 100644 --- a/click/manifest.json.in +++ b/click/manifest.json.in @@ -13,7 +13,7 @@ "push-helper": "exphone-push-helper.json" } }, - "version": "1.1.2", + "version": "1.1.3", "maintainer": "Jozef Mlich ", "framework" : "@CLICK_FRAMEWORK@" } diff --git a/daemon/blockcontroler.cpp b/daemon/blockcontroler.cpp index 0f7dfcd..8a51ea2 100644 --- a/daemon/blockcontroler.cpp +++ b/daemon/blockcontroler.cpp @@ -52,7 +52,9 @@ void BlockControler::incomingCall(const QString &_callerId, const QString &calle if (!blocked) { blocked = m_blockModel.isBlocked(callerId); - showNotification(callerId, callerName); + if (blocked) { + showNotification(callerId, callerName); + } } m_blockModel.logCall(callerId, callerName);