2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-29 13:17:43 +00:00

Reverting last change to PingPlugin

This commit is contained in:
Albert Vaca 2013-08-20 13:45:02 +02:00
parent b52d447093
commit 32ac65bf8f

View File

@ -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;
}