Changes the download folder to remove Amethyst's version.

This commit is contained in:
Vitor Pamplona
2023-03-31 10:06:30 -04:00
parent 9fa3b1db34
commit 27235b0f77

View File

@@ -138,5 +138,5 @@ object ImageSaver {
MediaScannerConnection.scanFile(context, arrayOf(outputFile.toString()), null, null)
}
private const val PICTURES_SUBDIRECTORY = "Amethyst " + BuildConfig.VERSION_NAME
private const val PICTURES_SUBDIRECTORY = "Amethyst"
}