File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
fluentui_drawer/src/main/java/com/microsoft/fluentui/tokenized/bottomsheet Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import android.content.res.Configuration
10
10
import android.view.*
11
11
import android.view.accessibility.AccessibilityEvent
12
12
import android.view.accessibility.AccessibilityManager
13
- import androidx.compose.animation.animateContentSize
14
13
import androidx.compose.animation.core.AnimationSpec
15
14
import androidx.compose.foundation.*
16
15
import androidx.compose.foundation.gestures.Orientation
@@ -368,7 +367,6 @@ fun BottomSheet(
368
367
Box (
369
368
Modifier
370
369
.align(Alignment .TopCenter )
371
- .animateContentSize()
372
370
.fillMaxWidth(
373
371
if (configuration.orientation == Configuration .ORIENTATION_LANDSCAPE ) maxLandscapeWidth
374
372
else 1F
You can’t perform that action at this time.
0 commit comments