Skip to content

Commit 1c2bb6b

Browse files
committed
Removed comments
1 parent 7d7a4df commit 1c2bb6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RNBranch.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,10 +688,10 @@ - (BranchUniversalObject *)findUniversalObjectWithIdent:(NSString *)ident reject
688688
BranchQRCode *qrCode = [BranchQRCode new];
689689

690690
if (qrCodeSettingsMap[@"codeColor"]) {
691-
qrCode.codeColor = [self colorWithHexString:qrCodeSettingsMap[@"codeColor"]];//qrCodeSettingsMap[@"codeColor"].colorWithHexString;
691+
qrCode.codeColor = [self colorWithHexString:qrCodeSettingsMap[@"codeColor"]];
692692
}
693693
if (qrCodeSettingsMap[@"backgroundColor"]) {
694-
qrCode.backgroundColor = [self colorWithHexString:qrCodeSettingsMap[@"backgroundColor"]];//qrCodeSettingsMap[@"backgroundColor"];
694+
qrCode.backgroundColor = [self colorWithHexString:qrCodeSettingsMap[@"backgroundColor"]];
695695
}
696696
if (qrCodeSettingsMap[@"centerLogo"]) {
697697
qrCode.centerLogo = qrCodeSettingsMap[@"centerLogo"];

0 commit comments

Comments
 (0)