mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-07 06:23:55 +01:00
Video visibility fix
This commit is contained in:
parent
d424a135a9
commit
c8ab53e39c
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user