We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe71ddd commit c0a6090Copy full SHA for c0a6090
app/shared/src/main/kotlin/dev/aaa1115910/bv/component/settings/UpdateDialog.kt
@@ -2,7 +2,6 @@ package dev.aaa1115910.bv.component.settings
2
3
import android.content.Intent
4
import android.content.res.Configuration
5
-import androidx.compose.animation.animateContentSize
6
import androidx.compose.animation.core.animateFloatAsState
7
import androidx.compose.foundation.layout.Arrangement
8
import androidx.compose.foundation.layout.Column
@@ -184,8 +183,7 @@ private fun UpdateDialogContent(
184
183
) {
185
AlertDialog(
186
modifier = modifier
187
- .width(400.dp)
188
- .animateContentSize(),
+ .width(400.dp),
189
onDismissRequest = { onHideDialog() },
190
title = {
191
ProvideTextStyle(
0 commit comments