Minor readability improvement
This commit is contained in:
parent
b5bba45d56
commit
a2ea8b660f
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue