BlueImpS

Results 1 issues of BlueImpS

In SaveImageToFileWorker.kt the code line ``` val imageUrl = MediaStore.Images.Media.insertImage( resolver, bitmap, Title, dateFormatter.format(Date())) ``` throws an exception; hence no image is stored and no output is produced. As a...