Skip to content

Commit

Permalink
[expo-av] Fix looping after #9334
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Jul 22, 2020
1 parent 9198be6 commit 3347d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-av/ios/EXAV/EXAVPlayerData.m
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ - (void)_addObserver:(NSObject *)object forKeyPath:(NSString *)path options:(NSK
}
if (![set containsObject:path]) {
[set addObject:path];
[object addObserver:self forKeyPath:path options:0 context:nil];
[object addObserver:self forKeyPath:path options:options context:nil];
}
}

Expand Down

0 comments on commit 3347d13

Please sign in to comment.