fix: issue where unicode emoji in the picker are not clickable

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2023-12-01 16:15:03 +01:00
parent ae87815dca
commit f8af5e4abd
1 changed files with 1 additions and 0 deletions

View File

@ -582,6 +582,7 @@ fun ColumnScope.PickerItem(
modifier = Modifier
.clip(CircleShape)
.clickable {
onClick(item)
}
.aspectRatio(1f)
.weight(1f),