Skip to content

Commit

Permalink
fix: 🐛 [IOSSDKBUG-416]Fix FilterFeedbackBar layout on iPad (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
restaurantt authored Oct 26, 2024
1 parent f546939 commit 30125af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ struct PickerMenuItem: View {
} selectAll: { isAll in
self.item.selectAll(isAll)
} updateSearchListPickerHeight: { height in
self.detentHeight = height + 52 + 56 + 90
self.detentHeight = height
}
.frame(maxHeight: UIDevice.current.userInterfaceIdiom != .phone ? (self.detentHeight) : nil)
.padding(0)
Expand Down

0 comments on commit 30125af

Please sign in to comment.