Skip to content

Commit

Permalink
add frame to overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Oct 18, 2023
1 parent 6eec103 commit 18415b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Nativebrik/Classes/sdk.swift
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public struct NativebrikProvider<Content: View>: View {

public var body: some View {
ZStack(alignment: .top) {
self.context.overlay()
self.context.overlay().frame(width: 0, height: 0)
_content.environmentObject(self.context)
}
}
Expand Down

0 comments on commit 18415b7

Please sign in to comment.