mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar
This commit is contained in:
@@ -68,7 +68,7 @@ class SelectEventTypeColorDialog(val activity: Activity, val eventType: EventTyp
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun showCustomColorPicker() {
|
private fun showCustomColorPicker() {
|
||||||
ColorPickerDialog(activity, activity.config.primaryColor) { wasPositivePressed, color ->
|
ColorPickerDialog(activity, eventType.color) { wasPositivePressed, color ->
|
||||||
if (wasPositivePressed) {
|
if (wasPositivePressed) {
|
||||||
callback(color)
|
callback(color)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user