Minor readability improvement

This commit is contained in:
Naveen 2023-04-08 18:29:42 +05:30
parent b5bba45d56
commit a2ea8b660f
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class CalDAVHelper(val context: Context) {
}
return colors.toSortedMap().entries
.associate { (k, v) -> v to k }
.associate { (key, color) -> color to key }
}
@SuppressLint("MissingPermission")