Skip to content

Commit

Permalink
internal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guidosabatini-sysdata committed May 31, 2017
1 parent 0aabf52 commit a63c5ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R.objc/Sources/ThemesGenerator.m
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ - (BOOL)writeInResourceFileWithError:(NSError *__autoreleasing *)error

NSString* implString = [NSString stringWithFormat:@"return SDThemeManagerValueForConstant(@\"%@\");", key];
impl = [[RMethodImplementation alloc] initWithReturnType:valueType signature:key implementation:implString];
[clazz.implementation.methods addObject:impl];
} else {
NSString* codableKey = [CommonUtils codableNameFromString:key];
method = [[RMethodSignature alloc] initWithReturnType:@"void" signature:[codableKey stringByAppendingString:@":"]];
Expand Down

0 comments on commit a63c5ff

Please sign in to comment.