2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 13:47:41 +00:00

Remove comment

This commit is contained in:
Nicolas Fella
2018-12-24 17:39:42 +01:00
parent 9b743f1302
commit ad560e3cf8

View File

@@ -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());