Skip to content

Commit cc1d532

Browse files
committed
arguments reordered.
1 parent 0e52553 commit cc1d532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/src/main/java/io/syslogic/demo/colorpicker/activity/ComposeActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ class ComposeActivity : ComponentActivity(), OnColorChangedListener {
3737
color = MaterialTheme.colors.background
3838
) {
3939
ColorPickerComponent(
40-
onColorChanged = this@ComposeActivity,
4140
initialColor = Color(initialColor),
41+
onColorChanged = this@ComposeActivity,
4242
showAlpha = true,
4343
showHSV = true,
4444
showARGB = true,

0 commit comments

Comments
 (0)