Switch channel id components
This commit is contained in:
@@ -206,7 +206,7 @@ internal object NotificationSupport {
|
||||
}
|
||||
|
||||
private fun getChannelID(importance: String, groupId: String): String {
|
||||
return "$importance::$groupId"
|
||||
return "$groupId::$importance"
|
||||
}
|
||||
|
||||
fun getChannelID(priority: Long, groupId: String): String {
|
||||
|
||||
Reference in New Issue
Block a user