Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5a55ac8 authored by frankpreel's avatar frankpreel
Browse files

Fix invalid resource

parent 97b8797d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ this.sendBroadcast(notificationIntent)
        val notification = NotificationCompat.Builder(context, CHANNEL_ID)
            .setContentTitle(context.getString(R.string.notification_service_caption))
            .setContentText(context.getString(R.string.notification_service_content))
            .setSmallIcon(R.drawable.ic_launcher_foreground) //K1ZFP TODO
            .setSmallIcon(R.drawable.ic_launcher)
            .setContentIntent(pendingIntent)
            .build()
        return notification