fix build
This commit is contained in:
@@ -206,7 +206,7 @@ fun IconPicker(
|
||||
viewModel.searchIcon(query, filterIconPack)
|
||||
}
|
||||
},
|
||||
checkedLeadingIcon = {
|
||||
selectedLeadingIcon = {
|
||||
Icon(painterResource(R.drawable.check_24px), null)
|
||||
}
|
||||
)
|
||||
@@ -227,7 +227,7 @@ fun IconPicker(
|
||||
text = {
|
||||
Text(iconPack.name)
|
||||
},
|
||||
checkedLeadingIcon = {
|
||||
selectedLeadingIcon = {
|
||||
Icon(painterResource(R.drawable.check_24px), null)
|
||||
},
|
||||
)
|
||||
|
||||
@@ -550,7 +550,7 @@ fun ConfigureClockWidgetSheet(
|
||||
DropdownMenuItem(
|
||||
shapes = MenuDefaults.itemShape(0, 3),
|
||||
selected = alignment == ClockWidgetAlignment.Top,
|
||||
checkedLeadingIcon = {
|
||||
selectedLeadingIcon = {
|
||||
Icon(
|
||||
painterResource(R.drawable.check_24px),
|
||||
null
|
||||
@@ -571,7 +571,7 @@ fun ConfigureClockWidgetSheet(
|
||||
DropdownMenuItem(
|
||||
shapes = MenuDefaults.itemShape(1, 3),
|
||||
selected = alignment == ClockWidgetAlignment.Center,
|
||||
checkedLeadingIcon = {
|
||||
selectedLeadingIcon = {
|
||||
Icon(
|
||||
painterResource(R.drawable.check_24px),
|
||||
null
|
||||
@@ -591,7 +591,7 @@ fun ConfigureClockWidgetSheet(
|
||||
DropdownMenuItem(
|
||||
shapes = MenuDefaults.itemShape(2, 3),
|
||||
selected = alignment == ClockWidgetAlignment.Bottom,
|
||||
checkedLeadingIcon = {
|
||||
selectedLeadingIcon = {
|
||||
Icon(
|
||||
painterResource(R.drawable.check_24px),
|
||||
null
|
||||
|
||||
@@ -448,7 +448,7 @@ fun WatchFaceSelector(
|
||||
text = getClockStyleName(context, style.value),
|
||||
)
|
||||
},
|
||||
checkedLeadingIcon = {
|
||||
selectedLeadingIcon = {
|
||||
Icon(
|
||||
painterResource(R.drawable.check_24px),
|
||||
null,
|
||||
|
||||
@@ -236,7 +236,7 @@ private fun VisibilityDropdown(
|
||||
contentDescription = null
|
||||
)
|
||||
},
|
||||
checkedLeadingIcon = {
|
||||
selectedLeadingIcon = {
|
||||
Icon(
|
||||
painterResource(R.drawable.check_24px),
|
||||
contentDescription = null
|
||||
@@ -265,7 +265,7 @@ private fun VisibilityDropdown(
|
||||
contentDescription = null
|
||||
)
|
||||
},
|
||||
checkedLeadingIcon = {
|
||||
selectedLeadingIcon = {
|
||||
Icon(
|
||||
painterResource(R.drawable.check_24px),
|
||||
contentDescription = null
|
||||
@@ -288,7 +288,7 @@ private fun VisibilityDropdown(
|
||||
contentDescription = null
|
||||
)
|
||||
},
|
||||
checkedLeadingIcon = {
|
||||
selectedLeadingIcon = {
|
||||
Icon(
|
||||
painterResource(R.drawable.check_24px),
|
||||
contentDescription = null
|
||||
|
||||
Reference in New Issue
Block a user