Can Add & Modify Marker on editing partition TUODetailDialog
This commit is contained in:
parent
80ef86527b
commit
0bd92b6143
1 changed files with 12 additions and 12 deletions
|
|
@ -131,19 +131,19 @@ fun TUODetailDialog(
|
|||
onValueChng = { marker = it }
|
||||
)
|
||||
}
|
||||
} else {
|
||||
IconButton(
|
||||
modifier = Modifier.size(30.dp),
|
||||
onClick = {
|
||||
canAddMark.value = true
|
||||
}) {
|
||||
Icon(
|
||||
imageVector = Icons.Default.Add,
|
||||
tint = Color.Green,
|
||||
contentDescription = null
|
||||
)
|
||||
} else {
|
||||
IconButton(
|
||||
modifier = Modifier.size(30.dp),
|
||||
onClick = {
|
||||
canAddMark.value = true
|
||||
}) {
|
||||
Icon(
|
||||
imageVector = Icons.Default.Add,
|
||||
tint = Color.Green,
|
||||
contentDescription = null
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Spacer(modifier = Modifier.height(8.dp))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue