Skip to content

Commit 88dca61

Browse files
lukas-capLukas Capkovic
andauthored
[Bottom Sheet] Update resizing handle a11y when repositioning (#2256)
Co-authored-by: Lukas Capkovic <lucapkov@microsoft.com>
1 parent e5f7987 commit 88dca61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/FluentUI_iOS/Components/BottomSheet/BottomSheetController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ public class BottomSheetController: UIViewController, Shadowable, TokenizedContr
599599
delegate?.bottomSheetController?(self, willMoveTo: .expanded, interaction: .noUserAction)
600600
currentExpansionState = .expanded
601601
bottomSheetView.frame = sheetFrame(offset: offset(for: .expanded))
602+
updateResizingHandleViewAccessibility(for: .expanded)
602603
delegate?.bottomSheetController?(self, didMoveTo: .expanded, interaction: .noUserAction)
603604
} else {
604605
bottomSheetView.frame = sheetFrame(offset: offset(for: currentExpansionState))

0 commit comments

Comments
 (0)