Ignore notifications from the debug version of the app as well

This commit is contained in:
Albert Vaca Cintora
2025-10-04 20:02:20 +02:00
parent dd7c8d0d2a
commit f694cad7df

View File

@@ -214,7 +214,7 @@ public class NotificationsPlugin extends Plugin implements NotificationReceiver.
return;
}
if ("org.kde.kdeconnect_tp".equals(packageName)) {
if ("org.kde.kdeconnect_tp".equals(packageName) || "org.kde.kdeconnect_tp.debug".equals(packageName)) {
// Don't send our own notifications
return;
}