Video visibility fix

This commit is contained in:
Benoit Marty 2019-07-10 14:11:49 +02:00
parent d424a135a9
commit c8ab53e39c
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ class VideoContentRenderer @Inject constructor(private val activeSessionHolder:
errorView.isVisible = true
errorView.setText(R.string.unknown_error)
} else {
videoView.isVisible = true
videoView.setVideoPath(resolvedUrl)
videoView.start()
}