mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Fix / Log could leak file name
This commit is contained in:
parent
f34c5d6674
commit
3dc69b60c4
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class VideoViewHolder constructor(itemView: View) :
|
|||
videoView.setVideoPath(mVideoPath)
|
||||
} catch (failure: Throwable) {
|
||||
// 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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue