Skip to content

Commit

Permalink
Fixes display scaling bug (pointfreeco#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnopoulos authored and Muhieddine-El-Kaissi committed Aug 8, 2024
1 parent 9c5d1aa commit 575bef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extension Snapshotting where Value == UIViewController, Format == UIImage {
snapshotView(
config: .init(safeArea: .zero, size: size, traits: traits),
drawHierarchyInKeyWindow: drawHierarchyInKeyWindow,
traits: .init(),
traits: traits,
view: viewController.view,
viewController: viewController
)
Expand Down

0 comments on commit 575bef7

Please sign in to comment.