mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-30 18:25:09 +00:00
Merge pull request #108 from karolkozub/master
Fix incorrectly assigning an NSNumber to blurEffect which resulted in a crash on -layoutSubviews
This commit is contained in:
commit
a61011b3ad
@ -27,7 +27,7 @@
|
||||
|
||||
- (void)setBlurAmount:(NSNumber *)blurAmount
|
||||
{
|
||||
blurEffect = [BlurAmount updateBlurAmount:blurAmount];
|
||||
[BlurAmount updateBlurAmount:blurAmount];
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user