We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a4e53 commit dab1827Copy full SHA for dab1827
Branch-SDK/Branch-SDK/BranchViewHandler.m
@@ -44,7 +44,7 @@ - (BOOL)showBranchView:(NSString *)actionName withBranchViewDictionary:(NSDictio
44
}
45
46
- (BOOL)showBranchView:(BranchView *)branchView withDelegate:(id)callback {
47
- if ([branchView isAvailable]){
+ if ([branchView isAvailable]) {
48
self.branchViewCallback = callback;
49
[self showView:branchView];
50
return YES;
0 commit comments