Loading app/src/main/java/foundation/e/apps/manager/workmanager/InstallAppWorker.kt +1 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ class InstallAppWorker @AssistedInject constructor( val mChannel = NotificationChannel( "applounge_notification", title, NotificationManager.IMPORTANCE_DEFAULT NotificationManager.IMPORTANCE_LOW ) notificationManager.createNotificationChannel(mChannel) } Loading Loading
app/src/main/java/foundation/e/apps/manager/workmanager/InstallAppWorker.kt +1 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ class InstallAppWorker @AssistedInject constructor( val mChannel = NotificationChannel( "applounge_notification", title, NotificationManager.IMPORTANCE_DEFAULT NotificationManager.IMPORTANCE_LOW ) notificationManager.createNotificationChannel(mChannel) } Loading