File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ];
You can’t perform that action at this time.
0 commit comments