Loading app/src/main/java/foundation/e/apps/manager/notification/NotificationManagerUtils.kt +2 −2 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ class NotificationManagerUtils @Inject constructor( fun showDownloadNotification(title: String): NotificationCompat.Builder { return NotificationCompat.Builder(context, NotificationManagerModule.DOWNLOADS) .setSmallIcon(R.drawable.ic_launcher_foreground) .setSmallIcon(R.drawable.app_lounge_notification_icon) .setContentTitle(title) .setProgress(0, 0, true) .setPriority(NotificationCompat.PRIORITY_DEFAULT) Loading @@ -45,7 +45,7 @@ class NotificationManagerUtils @Inject constructor( context.getString(R.string.manual_updates_notification) } return NotificationCompat.Builder(context, NotificationManagerModule.UPDATES) .setSmallIcon(R.drawable.ic_launcher_foreground) .setSmallIcon(R.drawable.app_lounge_notification_icon) .setContentTitle( context.resources.getQuantityString( R.plurals.updates_notification_title, Loading app/src/main/java/foundation/e/apps/manager/workmanager/InstallAppWorker.kt +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ class InstallAppWorker @AssistedInject constructor( .setContentTitle(title) .setTicker(title) .setContentText(progress) .setSmallIcon(R.drawable.ic_launcher_foreground) .setSmallIcon(R.drawable.app_lounge_notification_icon) .setOngoing(true) // Add the cancel action to the notification which can // be used to cancel the worker Loading app/src/main/res/drawable-hdpi/app_lounge_notification_icon.png 0 → 100644 +421 B Loading image diff... app/src/main/res/drawable-mdpi/app_lounge_notification_icon.png 0 → 100644 +348 B Loading image diff... app/src/main/res/drawable-xhdpi/app_lounge_notification_icon.png 0 → 100644 +552 B Loading image diff... Loading
app/src/main/java/foundation/e/apps/manager/notification/NotificationManagerUtils.kt +2 −2 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ class NotificationManagerUtils @Inject constructor( fun showDownloadNotification(title: String): NotificationCompat.Builder { return NotificationCompat.Builder(context, NotificationManagerModule.DOWNLOADS) .setSmallIcon(R.drawable.ic_launcher_foreground) .setSmallIcon(R.drawable.app_lounge_notification_icon) .setContentTitle(title) .setProgress(0, 0, true) .setPriority(NotificationCompat.PRIORITY_DEFAULT) Loading @@ -45,7 +45,7 @@ class NotificationManagerUtils @Inject constructor( context.getString(R.string.manual_updates_notification) } return NotificationCompat.Builder(context, NotificationManagerModule.UPDATES) .setSmallIcon(R.drawable.ic_launcher_foreground) .setSmallIcon(R.drawable.app_lounge_notification_icon) .setContentTitle( context.resources.getQuantityString( R.plurals.updates_notification_title, Loading
app/src/main/java/foundation/e/apps/manager/workmanager/InstallAppWorker.kt +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ class InstallAppWorker @AssistedInject constructor( .setContentTitle(title) .setTicker(title) .setContentText(progress) .setSmallIcon(R.drawable.ic_launcher_foreground) .setSmallIcon(R.drawable.app_lounge_notification_icon) .setOngoing(true) // Add the cancel action to the notification which can // be used to cancel the worker Loading
app/src/main/res/drawable-hdpi/app_lounge_notification_icon.png 0 → 100644 +421 B Loading image diff...
app/src/main/res/drawable-mdpi/app_lounge_notification_icon.png 0 → 100644 +348 B Loading image diff...
app/src/main/res/drawable-xhdpi/app_lounge_notification_icon.png 0 → 100644 +552 B Loading image diff...