We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ce655 commit 9e9eebcCopy full SHA for 9e9eebc
app/src/main/kotlin/org/fossify/smsmessenger/extensions/Context.kt
@@ -694,7 +694,6 @@ fun Context.deleteConversation(threadId: Long) {
694
695
if (config.customNotifications.contains(threadId.toString()) && isOreoPlus()) {
696
config.removeCustomNotificationsByThreadId(threadId)
697
- val notificationManager = getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
698
notificationManager.deleteNotificationChannel(threadId.hashCode().toString())
699
}
700
0 commit comments