You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if((StateisBottomSheetState.FullExpanded||!_isHalfExpanded)&&Stateis not BottomSheetState.Collapsed&&AllowedStateis not BottomSheetAllowedState.HalfExpanded)
2063
2063
{
2064
2064
returnGetFullExpandedPosition();
2065
2065
}
@@ -2078,7 +2078,7 @@ double GetTargetPosition()
2078
2078
/// <returns>The calculated position for the fully expanded state. Currently, it always returns 0.</returns>
2079
2079
doubleGetFullExpandedPosition()
2080
2080
{
2081
-
if(StateisBottomSheetState.Hidden)
2081
+
if(StateisBottomSheetState.Hidden||Stateis not BottomSheetState.FullExpanded)
0 commit comments