Skip to content

Commit a63c5ff

Browse files
internal fix
1 parent 0aabf52 commit a63c5ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R.objc/Sources/ThemesGenerator.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ - (BOOL)writeInResourceFileWithError:(NSError *__autoreleasing *)error
132132

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

0 commit comments

Comments
 (0)