ravensorb / XamVideoPlayer

Xamarin Cross Platform Video Player
Other
16 stars 11 forks source link

Pause Command Issue #10

Open alperGocen opened 6 years ago

alperGocen commented 6 years ago

As far as I have realized, in the Droid project there is an error with PauseCommand in VideoPlayerRenderer class, where the _isPaused in the if clause should have been (!_isPaused) ; otherwise you can never pause the video using a command. This caused me and my collagues hours of staring at the screen. Thanks for making us struggle for hours.

ravensorb commented 6 years ago

Excellent find. Feel free to submit a PR if you want.