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:
parent
b52d447093
commit
32ac65bf8f
@ -70,7 +70,7 @@ public class PingPlugin extends Plugin {
|
|||||||
.build();
|
.build();
|
||||||
|
|
||||||
NotificationManager notificationManager = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
|
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;
|
return true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user