-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent re-attempting video preview playback on error
Previously if a media file was selected but the VideoView could not play it, the VideoView would popup an error dialog and at the end of a timeout the video preview was started again. The result was an endless stream of error dialogs. This error case is now detected, and if a file fails to play a Toast is shown and the video playback is stopped.
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters