mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-03 13:29:47 +01:00
Fix / Log could leak file name
This commit is contained in:
parent
f34c5d6674
commit
3dc69b60c4
@ -123,7 +123,7 @@ class VideoViewHolder constructor(itemView: View) :
|
|||||||
videoView.setVideoPath(mVideoPath)
|
videoView.setVideoPath(mVideoPath)
|
||||||
} catch (failure: Throwable) {
|
} catch (failure: Throwable) {
|
||||||
// Couldn't open
|
// Couldn't open
|
||||||
Log.v(VideoViewHolder::class.java.name, "Failed to start video ${failure.message}")
|
Log.v(VideoViewHolder::class.java.name, "Failed to start video")
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!wasPaused) {
|
if (!wasPaused) {
|
||||||
|
Loading…
Reference in New Issue
Block a user