mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-10-27 15:07:11 +00:00
Ignore notifications from the debug version of the app as well
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user