mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 04:10:45 +01:00
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…
x
Reference in New Issue
Block a user