Skip to content

Commit 7013087

Browse files
committed
Minor fix - channel description
1 parent 822b9dd commit 7013087

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

ketch/src/main/java/com/ketch/internal/download/DownloadManager.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import kotlinx.coroutines.SupervisorJob
3030
import kotlinx.coroutines.flow.Flow
3131
import kotlinx.coroutines.flow.collectLatest
3232
import kotlinx.coroutines.flow.distinctUntilChanged
33-
import kotlinx.coroutines.flow.filterNotNull
3433
import kotlinx.coroutines.flow.flowOn
3534
import kotlinx.coroutines.flow.map
3635
import kotlinx.coroutines.launch

ketch/src/main/java/com/ketch/internal/notification/DownloadNotificationManager.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ internal class DownloadNotificationManager(
313313
notificationConfig.importance
314314
)
315315
putExtra(
316-
notificationConfig.channelDescription,
317-
NotificationConst.KEY_NOTIFICATION_CHANNEL_DESCRIPTION
316+
NotificationConst.KEY_NOTIFICATION_CHANNEL_DESCRIPTION,
317+
notificationConfig.channelDescription
318318
)
319319
putExtra(
320320
NotificationConst.KEY_NOTIFICATION_SMALL_ICON,

0 commit comments

Comments
 (0)