mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 05:37:43 +00:00
Remove comment
This commit is contained in:
parent
9b743f1302
commit
ad560e3cf8
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user