mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
Minor readability improvement
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user