mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 19:14:12 +08:00
fix: name typo in DropdownMenu
This commit is contained in:
@@ -328,7 +328,7 @@ private fun DropdownMenuContent(
|
||||
style: DropdownMenuStyle,
|
||||
content: @Composable ColumnScope.() -> Unit
|
||||
) {
|
||||
val transition = updateTransition(expandedStates, label = "DropDownMenu")
|
||||
val transition = updateTransition(expandedStates, label = "DropdownMenu")
|
||||
val scale by transition.animateFloat(
|
||||
transitionSpec = {
|
||||
if (false isTransitioningTo true) tween(
|
||||
|
Reference in New Issue
Block a user