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

Commit 05b1f2c2 authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

Merge branch '3399-notif_remove_app_icon' into 'main'

fix:3399: remove app icon form last tracker call notification.

See merge request !216
parents 5600ceb5 f09f23e5
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ import androidx.annotation.StringRes
import androidx.core.app.NotificationCompat
import androidx.core.app.NotificationManagerCompat
import androidx.core.content.ContextCompat
import androidx.core.graphics.drawable.toBitmap
import foundation.e.advancedprivacy.core.utils.notificationBuilder
import foundation.e.advancedprivacy.domain.entities.CHANNEL_FAKE_LOCATION_FLAG
import foundation.e.advancedprivacy.domain.entities.CHANNEL_FIRST_BOOT
@@ -262,8 +261,6 @@ class NotificationsPresenter(

                )
            )

            builder.setLargeIcon(lastCall.displayableApp.icon.toBitmap())
        }

        notificationManager.notify(
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ buildscript {
        'version'   : [
            'major': 3,
            'minor': 2,
            'patch': 1,
            'patch': 2,
        ],
    ]