Switch channel id components

This commit is contained in:
Niko Diamadis
2023-02-17 15:42:00 +01:00
parent 9d2622fbc6
commit 38bd1b5e32

View File

@@ -206,7 +206,7 @@ internal object NotificationSupport {
} }
private fun getChannelID(importance: String, groupId: String): String { private fun getChannelID(importance: String, groupId: String): String {
return "$importance::$groupId" return "$groupId::$importance"
} }
fun getChannelID(priority: Long, groupId: String): String { fun getChannelID(priority: Long, groupId: String): String {