Skip to content

Commit

Permalink
Bugfix FXIOS-6879 [v122] Fixed reading order for bottom sheet credit …
Browse files Browse the repository at this point in the history
…card (#17630)
  • Loading branch information
imsanchit authored Dec 6, 2023
1 parent 26658bb commit 6f96f75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public class BottomSheetViewController: UIViewController,
sheetView.addSubview(contentView)
contentView.addSubviews(closeButton, scrollView)
view.addSubviews(dimmedBackgroundView, topTapView, sheetView)
view.accessibilityElements = [closeButton, sheetView]

contentViewBottomConstraint = sheetView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
let scrollViewHeightConstraint = scrollView.heightAnchor.constraint(
Expand Down

0 comments on commit 6f96f75

Please sign in to comment.