update commons to 3.8.2

This commit is contained in:
tibbi
2018-01-23 18:53:11 +01:00
parent f8368150fb
commit 7ab1ae411a
3 changed files with 3 additions and 3 deletions

View File

@ -737,7 +737,7 @@ class Preview : ViewGroup, SurfaceHolder.Callback, MediaScannerConnection.OnScan
try {
toggleShutterSound(true)
mRecorder!!.stop()
mActivity!!.applicationContext.scanPath(mCurrVideoPath) {}
mActivity!!.scanPath(mCurrVideoPath) {}
} catch (e: RuntimeException) {
mActivity!!.showErrorToast(e)
toggleShutterSound(false)