wip
Some checks failed
Build Android / Build Android Example App (pull_request) Has been cancelled
Build Android / Build Android Example App Without Ads (pull_request) Has been cancelled
Build iOS / Build iOS Example App (pull_request) Has been cancelled
Build iOS / Build iOS Example App With Ads (pull_request) Has been cancelled
Build iOS / Build iOS Example App With Caching (pull_request) Has been cancelled
Check Android / Kotlin-Lint (pull_request) Has been cancelled
Check CLang / CLang-Format (pull_request) Has been cancelled
Check iOS / Swift-Lint (pull_request) Has been cancelled
Check iOS / Swift-Format (pull_request) Has been cancelled
Some checks failed
Build Android / Build Android Example App (pull_request) Has been cancelled
Build Android / Build Android Example App Without Ads (pull_request) Has been cancelled
Build iOS / Build iOS Example App (pull_request) Has been cancelled
Build iOS / Build iOS Example App With Ads (pull_request) Has been cancelled
Build iOS / Build iOS Example App With Caching (pull_request) Has been cancelled
Check Android / Kotlin-Lint (pull_request) Has been cancelled
Check CLang / CLang-Format (pull_request) Has been cancelled
Check iOS / Swift-Lint (pull_request) Has been cancelled
Check iOS / Swift-Format (pull_request) Has been cancelled
This commit is contained in:
parent
6b15138ca7
commit
af106da06c
@ -308,7 +308,7 @@ public class ReactExoplayerView extends FrameLayout implements
|
|||||||
private void handleSeekCompletion() {
|
private void handleSeekCompletion() {
|
||||||
if (player != null && player.getPlaybackState() == Player.STATE_READY && isSeekInProgress) {
|
if (player != null && player.getPlaybackState() == Player.STATE_READY && isSeekInProgress) {
|
||||||
Log.d("ReactExoplayerView", "handleSeekCompletion: currentPosition=" + player.getCurrentPosition());
|
Log.d("ReactExoplayerView", "handleSeekCompletion: currentPosition=" + player.getCurrentPosition());
|
||||||
eventEmitter.onSeekComplete.invoke(player.getCurrentPosition());
|
eventEmitter.onVideoSeekComplete.invoke(player.getCurrentPosition());
|
||||||
isSeeking = false;
|
isSeeking = false;
|
||||||
seekPosition = -1;
|
seekPosition = -1;
|
||||||
isSeekInProgress = false;
|
isSeekInProgress = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user