diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java
index cf74be6a4..0c07eee69 100644
--- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java
+++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/externalevents/NotificationListener.java
@@ -209,12 +209,6 @@ public class NotificationListener extends NotificationListenerService {
return;
}
- if (source.equals("eu.siacs.conversations")) {
- if (!"never".equals(prefs.getString("notification_mode_pebblemsg", "when_screen_off"))) {
- return;
- }
- }
-
if (source.equals("com.fsck.k9")) {
if (!"never".equals(prefs.getString("notification_mode_k9mail", "when_screen_off"))) {
return;
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 5f1dd3f1f..84ea525bc 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -63,7 +63,7 @@
SMS
K9-Mail
Pebble Messages
- Support for applications which send Notifications to the Pebble via Intent. Can be used for Conversations.
+ Support for applications which send Notifications to the Pebble via PebbleKit.
Generic notification support
… also when screen is on
Do Not Disturb