Skip to content

Commit 2ad76c5

Browse files
Removed the unwanted code changes
1 parent e991243 commit 2ad76c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

maui/src/BottomSheet/SfBottomSheet.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2171,11 +2171,6 @@ void AnimateBottomSheet(double targetPosition, Action? onFinish = null)
21712171
_bottomSheet.AbortAnimation("bottomSheetAnimation");
21722172
}
21732173

2174-
if (_overlayGrid.AnimationIsRunning("overlayGridAnimation"))
2175-
{
2176-
_overlayGrid.AbortAnimation("overlayGridAnimation");
2177-
}
2178-
21792174
int animationDuration = this.GetClampedAnimationDuration();
21802175
const int topPadding = 2;
21812176
_isSheetOpen = true;

0 commit comments

Comments
 (0)