Skip to content

Commit 57ae3a8

Browse files
committed
Removed contentSize Animation
1 parent 96419f6 commit 57ae3a8

File tree

1 file changed

+0
-2
lines changed
  • fluentui_drawer/src/main/java/com/microsoft/fluentui/tokenized/bottomsheet

1 file changed

+0
-2
lines changed

fluentui_drawer/src/main/java/com/microsoft/fluentui/tokenized/bottomsheet/BottomSheet.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import android.content.res.Configuration
1010
import android.view.*
1111
import android.view.accessibility.AccessibilityEvent
1212
import android.view.accessibility.AccessibilityManager
13-
import androidx.compose.animation.animateContentSize
1413
import androidx.compose.animation.core.AnimationSpec
1514
import androidx.compose.foundation.*
1615
import androidx.compose.foundation.gestures.Orientation
@@ -368,7 +367,6 @@ fun BottomSheet(
368367
Box(
369368
Modifier
370369
.align(Alignment.TopCenter)
371-
.animateContentSize()
372370
.fillMaxWidth(
373371
if (configuration.orientation == Configuration.ORIENTATION_LANDSCAPE) maxLandscapeWidth
374372
else 1F

0 commit comments

Comments
 (0)