mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-14 23:45:12 +01:00
remove animation
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
0b07d04a75
commit
e7e7679758
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user