Skip to content

Commit cf1b12e

Browse files
authored
Variable Fix
1 parent 6b3e1ae commit cf1b12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/BlurAmount.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ + (instancetype)effectWithStyle:(UIBlurEffectStyle)style
2424
- (id)effectSettings
2525
{
2626
id settings = [super effectSettings];
27-
[settings setValue:@localBlurAmount forKey:@"blurRadius"];
27+
[settings setValue:localBlurAmount forKey:@"blurRadius"];
2828
return settings;
2929
}
3030

0 commit comments

Comments
 (0)