mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
update commons to 3.13.9
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user