Skip to content

Commit

Permalink
fix uiview initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
NMGuner committed Oct 3, 2023
1 parent fd52a75 commit 839fbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ios/Sources/view/newarch/KlarnaStandaloneWebViewWrapper.mm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ @interface KlarnaStandaloneWebViewWrapper
@implementation KlarnaStandaloneWebViewWrapper

- (id) init {
self = [super init];
[self initializeKlarnaStandaloneWebView];
return self;
}
Expand Down
1 change: 1 addition & 0 deletions ios/Sources/view/oldarch/KlarnaStandaloneWebViewWrapper.mm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ @interface KlarnaStandaloneWebViewWrapper ()
@implementation KlarnaStandaloneWebViewWrapper

- (id) init {
self = [super init];
[self initializeKlarnaStandaloneWebView];
return self;
}
Expand Down

0 comments on commit 839fbf3

Please sign in to comment.