mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-18 01:15:11 +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(
|
Surface(
|
||||||
shape = RoundedCornerShape(INT_8.dp),
|
shape = RoundedCornerShape(INT_8.dp),
|
||||||
modifier = Modifier.fillMaxWidth().animateContentSize()
|
modifier = Modifier.fillMaxWidth()
|
||||||
) {
|
) {
|
||||||
Column(
|
Column(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
Loading…
Reference in New Issue
Block a user