update commons to 3.13.9

This commit is contained in:
tibbi
2018-02-26 11:22:58 +01:00
parent d02f391ed6
commit c023445b3b
5 changed files with 7 additions and 5 deletions

View File

@ -680,7 +680,7 @@ class Preview : ViewGroup, SurfaceHolder.Callback, MediaScannerConnection.OnScan
}
try {
var document = mActivity!!.getFileDocument(mCurrVideoPath)
var document = mActivity!!.getDocumentFile(mCurrVideoPath)
if (document == null) {
mActivity!!.toast(R.string.unknown_error_occurred)
return false