Skip to content

Commit

Permalink
Fixes bug that can cause an NSInconsistencyCrash
Browse files Browse the repository at this point in the history
  • Loading branch information
airman00 committed Nov 13, 2019
1 parent 219ecb2 commit 8e1ab2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/Video/RCTVideo.m
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,8 @@ - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(N

return;
}
} else if ([super respondsToSelector:@selector(observeValueForKeyPath:ofObject:change:context:)]) {
[super observeValueForKeyPath:keyPath ofObject:object change:change context:context];
//} else if ([super respondsToSelector:@selector(observeValueForKeyPath:ofObject:change:context:)]) {
// [super observeValueForKeyPath:keyPath ofObject:object change:change context:context];
}
}

Expand Down

1 comment on commit 8e1ab2e

@airman00
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this thing - TheWidlarzGroup#1720

Please sign in to comment.