react-native-video/android-exoplayer/src/main
Benoit Dion b97663e092
Clear progress messages on STATE_IDLE and STATE_BUFFERING (#1768)
The progress message handler will duplicate recursions of the `onProgressMessage` handler on change of player state from any state to STATE_READY with `playWhenReady` is true (when video is not paused). This clears the messages on STATE_IDLE and STATE_BUFFERING to break the recursion.
2019-09-30 13:27:08 -04:00
..
java/com/brentvatne Clear progress messages on STATE_IDLE and STATE_BUFFERING (#1768) 2019-09-30 13:27:08 -04:00
res Fix for play and pause button UI issue 2019-02-04 19:18:29 +05:30
AndroidManifest.xml ExoPlayer (#426) 2017-01-11 07:51:45 -05:00