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

Commit 49364063 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Merge branch '5504-prevent_notification_sound' into 'main'

Issue 5504: Prevent app install notification sound

See merge request !138
parents 7aa26082 d943a01c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ class InstallAppWorker @AssistedInject constructor(
            val mChannel = NotificationChannel(
                "applounge_notification",
                title,
                NotificationManager.IMPORTANCE_DEFAULT
                NotificationManager.IMPORTANCE_LOW
            )
            notificationManager.createNotificationChannel(mChannel)
        }