remove animation

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-07-15 17:02:46 +02:00
parent 0b07d04a75
commit e7e7679758
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

@ -114,7 +114,7 @@ class DateTimeCompose(val bundle: Bundle) {
) {
Surface(
shape = RoundedCornerShape(INT_8.dp),
modifier = Modifier.fillMaxWidth().animateContentSize()
modifier = Modifier.fillMaxWidth()
) {
Column(
modifier = Modifier