mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-06 00:23:01 +02:00
Reverting last change to PingPlugin
This commit is contained in:
@@ -70,7 +70,7 @@ public class PingPlugin extends Plugin {
|
||||
.build();
|
||||
|
||||
NotificationManager notificationManager = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
notificationManager.notify((int)System.currentTimeMillis(), noti);
|
||||
notificationManager.notify(42 /*a unique id to create only one notification*/, noti);
|
||||
return true;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user