mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 05:07:40 +00:00
Fixes a typo
This commit is contained in:
parent
d59750441f
commit
1e152581e6
@ -360,7 +360,7 @@ public class NotificationsPlugin extends Plugin implements NotificationReceiver.
|
||||
return new String[]{NetworkPackage.PACKAGE_TYPE_NOTIFICATION};
|
||||
}
|
||||
|
||||
//For compat with API<21, because lollipop changed they way to cancel notifications
|
||||
//For compat with API<21, because lollipop changed the way to cancel notifications
|
||||
public static void cancelNotificationCompat(NotificationReceiver service, String compatKey) {
|
||||
if (Build.VERSION.SDK_INT >= 21) {
|
||||
service.cancelNotification(compatKey);
|
||||
|
Loading…
x
Reference in New Issue
Block a user