Skip to content

Commit

Permalink
[expo-av] Fix looping after expo#9334
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Jul 22, 2020
1 parent 4e70ef0 commit be3ad9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 be3ad9b

Please sign in to comment.