app/src/main/java/cn/flightfeather/thirdappmodule/module/base/BaseTakePicActivity.kt
@@ -74,6 +74,9 @@ } else { val newFile = File(Environment.getExternalStorageDirectory(), "FlightFeather/Temp/" + UUIDGenerator.generateUUID(4) + ".jpg") try { if (!newFile.parentFile.exists()) { newFile.parentFile.mkdirs() } FileUtil.copyFile(oldFile, newFile) pathTempList.add(Pair(newFile, true)) } catch (e: IOException) {