mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 06:05:12 +00:00
Remove comment
This commit is contained in:
@@ -213,7 +213,7 @@ public class NotificationsPlugin extends Plugin implements NotificationReceiver.
|
|||||||
} else {
|
} else {
|
||||||
appIcon = notification.largeIcon;
|
appIcon = notification.largeIcon;
|
||||||
}
|
}
|
||||||
//appIcon = drawableToBitmap(context.getResources().getDrawable(R.drawable.icon));
|
|
||||||
if (appIcon == null) {
|
if (appIcon == null) {
|
||||||
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.M) {
|
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.M) {
|
||||||
appIcon = iconToBitmap(foreignContext, notification.getSmallIcon());
|
appIcon = iconToBitmap(foreignContext, notification.getSmallIcon());
|
||||||
|
Reference in New Issue
Block a user