From ad560e3cf8bcbc842424d6da9f8e5c75f9115f61 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 24 Dec 2018 17:39:42 +0100 Subject: [PATCH] Remove comment --- .../Plugins/NotificationsPlugin/NotificationsPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java b/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java index 37c82643..901c4cf4 100644 --- a/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java +++ b/src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationsPlugin.java @@ -213,7 +213,7 @@ public class NotificationsPlugin extends Plugin implements NotificationReceiver. } else { appIcon = notification.largeIcon; } - //appIcon = drawableToBitmap(context.getResources().getDrawable(R.drawable.icon)); + if (appIcon == null) { if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.M) { appIcon = iconToBitmap(foreignContext, notification.getSmallIcon());